saundersxvi
New Member
- Joined
- Apr 17, 2019
- Messages
- 3
Hello,
I've got a txt file with over 200+ entries that I want to convert into a table. How is it possible to have data formatted as the following:
Name: Tom
Age: 23
Name: Harry
Age: 82
Into the following
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name:[/TD]
[TD]Age:[/TD]
[/TR]
[TR]
[TD]Tom[/TD]
[TD]23[/TD]
[/TR]
[TR]
[TD]Harry[/TD]
[TD]82[/TD]
[/TR]
</tbody>[/TABLE]
I tried data import but kept getting the Name and age repeated, which doesn't help.
Thanking you in advance.
David
I've got a txt file with over 200+ entries that I want to convert into a table. How is it possible to have data formatted as the following:
Name: Tom
Age: 23
Name: Harry
Age: 82
Into the following
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name:[/TD]
[TD]Age:[/TD]
[/TR]
[TR]
[TD]Tom[/TD]
[TD]23[/TD]
[/TR]
[TR]
[TD]Harry[/TD]
[TD]82[/TD]
[/TR]
</tbody>[/TABLE]
I tried data import but kept getting the Name and age repeated, which doesn't help.
Thanking you in advance.
David