I am having difficulty parsing approx. 2000 rows of contact name into three separate columns first name, middle name and last name. The data does not have a consistent separator such as a comma etc.
sample data
[TABLE="width: 258"]
<colgroup><col></colgroup><tbody>[TR]
[TD]wendy»Karola¬WINKETT[/TD]
[/TR]
[TR]
[TD]Vittorio‡halstead[/TD]
[/TR]
[TR]
[TD]MEADE¬chicky¬¬SEPPEY[/TD]
[/TR]
[TR]
[TD]kandace¬Tiler[/TD]
[/TR]
[TR]
[TD]Wyn¬rameaux[/TD]
[/TR]
[TR]
[TD]CRISTY‡‡Birden[/TD]
[/TR]
[TR]
[TD]gifford»‡Reymers[/TD]
[/TR]
[TR]
[TD]janeva»Glenine‡cotherill[/TD]
[/TR]
[TR]
[TD]WEBB‡Stanlock[/TD]
[/TR]
[TR]
[TD]Emlynne‡Henriette»¬matchett[/TD]
[/TR]
[TR]
[TD]YANK‡Zak‡vearncombe[/TD]
[/TR]
[TR]
[TD]mabel‡ulster[/TD]
[/TR]
</tbody>[/TABLE]
Tried working with magic trick 531 to no avail.
Please let me know your thoughts!
sample data
[TABLE="width: 258"]
<colgroup><col></colgroup><tbody>[TR]
[TD]wendy»Karola¬WINKETT[/TD]
[/TR]
[TR]
[TD]Vittorio‡halstead[/TD]
[/TR]
[TR]
[TD]MEADE¬chicky¬¬SEPPEY[/TD]
[/TR]
[TR]
[TD]kandace¬Tiler[/TD]
[/TR]
[TR]
[TD]Wyn¬rameaux[/TD]
[/TR]
[TR]
[TD]CRISTY‡‡Birden[/TD]
[/TR]
[TR]
[TD]gifford»‡Reymers[/TD]
[/TR]
[TR]
[TD]janeva»Glenine‡cotherill[/TD]
[/TR]
[TR]
[TD]WEBB‡Stanlock[/TD]
[/TR]
[TR]
[TD]Emlynne‡Henriette»¬matchett[/TD]
[/TR]
[TR]
[TD]YANK‡Zak‡vearncombe[/TD]
[/TR]
[TR]
[TD]mabel‡ulster[/TD]
[/TR]
</tbody>[/TABLE]
Tried working with magic trick 531 to no avail.
Please let me know your thoughts!