Skip to main content

I'm new to fme and wondering if I'm doing something wrong? I've tried setting the deliminiter to auto and tried other alterations but no success. There are no issues when I read in other csv files but with this particular file its causing this issue.

 

Any help would be great!

When you add the CSV reader you first click on the Parameters button so it reads the file and maps the attributes.

It is preferable to have a Header in your first rowAdding CSV reader


Can you share a part of the CSV? If your delimiter is also used in the values, it could become very messy when using auto. Usually the parameters should give you enough control to fix this.


When you add the CSV reader you first click on the Parameters button so it reads the file and maps the attributes.

It is preferable to have a Header in your first rowAdding CSV reader

This worked! I think I was trying to alter the parameters after the reader had already been added which wasn't working but when I did it when I added the reader it worked. Thanks!


Can you share a part of the CSV? If your delimiter is also used in the values, it could become very messy when using auto. Usually the parameters should give you enough control to fix this.

thanks for your suggestion! It was the auto parameter that caused it, it worked when I altered the parameters while adding the reader. Thanks for your help


Reply