Skip to main content

Is there a way to read in the data and keep the address field in one column? Any help appreciated.

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.


Reply