I have a CSV file where one of the fields contains XY coordinate pairs. I want to use the AttributeSplitter to separate them so they can be mapped. Easy enough, no? Well, not so much if the coordinates are separated by an STX control character. I've tried several different ways in the Delimiter or Format String parameter of the AttributeSplitter but no luck. Does anyone know how I could?
Thanks,
Aaron Allen