Is there a way to read in the data and keep the address field in one column? Any help appreciated.
Page 1 / 1
Could you attach an example of your data?
When the delimiter is also a character used in the values, these values should be enclosed in the CSV in double-quote characters:
Some string, 123, "North Road, Eastern Village", 456
If the double-quote characters are missing, we may be able to add them in FME, but to do this it would really help to have a sample of your data.