Skip to main content
I need to create a csv to load into another application so I'm using a csv writer. That works perfectly but I get an error becauwe FME uses an "," as a delimter instead of a ";". Does anyone know how I can change this?

You can change the separator in the Navigator, under the writer parameters:

csvSee also https://docs.safe.com/fme/2021.0/html/FME_Desktop_Documentation/FME_ReadersWriters/csv2/csv2_writer.htm


Oh thx! stupid of me, I always look in the transformer itself and never in the navigator

 


Go to your CSV writer parameters and set Delimiter Character in Fields to any character you wantCSV writer parameters


Reply