Hi,
I have no idea how to approach this but basically I have columns that have IDs, Customer Name, Tax Number separated by semicolons. I need to split these into multiple rows but the tough part is that basically I need to take the first ID and take the first customer name and first tax ID and put it in a row(638,BoB,10-232322). Then the second record on a new row (04,Law,555-555-5555). Some cells contain a different number of records. It is not always 3 per row. Any help would be appreciated. Thanks.[TABLE="width: 581"]
<colgroup><col><col span="2"></colgroup><tbody>[TR]
[TD]Actimize Party ID
(CRS dependent data set) [/TD]
[TD]Customer or Subject Name[/TD]
[TD]Customer Taxpayer ID Number[/TD]
[/TR]
[TR]
[TD]638;04;95 [/TD]
[TD]BoB; Law; Dia[/TD]
[TD]10-252522; 555-555-5555; 777-777-7777[/TD]
[/TR]
</tbody>[/TABLE]
I have no idea how to approach this but basically I have columns that have IDs, Customer Name, Tax Number separated by semicolons. I need to split these into multiple rows but the tough part is that basically I need to take the first ID and take the first customer name and first tax ID and put it in a row(638,BoB,10-232322). Then the second record on a new row (04,Law,555-555-5555). Some cells contain a different number of records. It is not always 3 per row. Any help would be appreciated. Thanks.[TABLE="width: 581"]
<colgroup><col><col span="2"></colgroup><tbody>[TR]
[TD]Actimize Party ID
(CRS dependent data set) [/TD]
[TD]Customer or Subject Name[/TD]
[TD]Customer Taxpayer ID Number[/TD]
[/TR]
[TR]
[TD]638;04;95 [/TD]
[TD]BoB; Law; Dia[/TD]
[TD]10-252522; 555-555-5555; 777-777-7777[/TD]
[/TR]
</tbody>[/TABLE]