Hi guys!
I came acroos a problem.
I have data in this form:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Region[/TD]
[TD]Salary[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]2000[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]3000[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1500[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1700[/TD]
[/TR]
</tbody>[/TABLE]
I would like to transform them into this form
[TABLE="width: 500"]
<tbody>[TR]
[TD]Region 1[/TD]
[TD]Region 2[/TD]
[TD]Region 3[/TD]
[/TR]
[TR]
[TD]1000[/TD]
[TD]2000[/TD]
[TD]3000[/TD]
[/TR]
[TR]
[TD]1500[/TD]
[TD]1700[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is there any easy way?
Uros
I came acroos a problem.
I have data in this form:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Region[/TD]
[TD]Salary[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]2000[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]3000[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1500[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1700[/TD]
[/TR]
</tbody>[/TABLE]
I would like to transform them into this form
[TABLE="width: 500"]
<tbody>[TR]
[TD]Region 1[/TD]
[TD]Region 2[/TD]
[TD]Region 3[/TD]
[/TR]
[TR]
[TD]1000[/TD]
[TD]2000[/TD]
[TD]3000[/TD]
[/TR]
[TR]
[TD]1500[/TD]
[TD]1700[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is there any easy way?
Uros