iamhere_18
New Member
- Joined
- Dec 4, 2018
- Messages
- 4
Hi All!
I could use some help with this, if anyone has any ideas on how to tackle it I'd be really grateful. Here's an example of what I'm working with:
[TABLE="width: 500"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Location[/TD]
[TD]Contact[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]123 Main St[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]Jane Doe[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]Jack Frost[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]456 Second St[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD]Lacie Lou[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD]John Doe[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]789 Third St[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
My files have hundreds of rows and atleast 20 columns so this is a much smaller example obviously.. How can I condense something like this without corrupting the data? Is it something that can only be done manually?
I could use some help with this, if anyone has any ideas on how to tackle it I'd be really grateful. Here's an example of what I'm working with:
[TABLE="width: 500"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Location[/TD]
[TD]Contact[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]123 Main St[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]Jane Doe[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]Jack Frost[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]456 Second St[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD]Lacie Lou[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD]John Doe[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]789 Third St[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
My files have hundreds of rows and atleast 20 columns so this is a much smaller example obviously.. How can I condense something like this without corrupting the data? Is it something that can only be done manually?