Skip to main content
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?

  • March 23, 2021
  • 3 replies
  • 13 views

nath
Contributor
Forum|alt.badge.img+7
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?

Best answer by david_r

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

david_r
Celebrity
  • Best Answer
  • March 23, 2021

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


nath
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • March 23, 2021

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

 


caracadrian
Contributor
Forum|alt.badge.img+23
  • Contributor
  • March 23, 2021

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