Solved

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?


Userlevel 1
Badge +5
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?
icon

Best answer by david_r 23 March 2021, 12:01

View original

3 replies

Userlevel 4

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

Userlevel 1
Badge +5

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

 

Badge +20

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

Reply