Skip to main content
Solved

Force CSV writer to use extension "xyz"

  • November 12, 2020
  • 2 replies
  • 18 views

nicholas
Contributor
Forum|alt.badge.img+14

I am writing a text file with the csv writer. How do I force it to write the file with the extension "xyz" instead of "csv"?

Best answer by nielsgerrits

In the (Feature)Writer under Parameters, change the field Extension from csv to xyz.FeatureWriterParametersCSVParameters

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.

2 replies

nielsgerrits
VIP
Forum|alt.badge.img+62
  • Best Answer
  • November 12, 2020

In the (Feature)Writer under Parameters, change the field Extension from csv to xyz.FeatureWriterParametersCSVParameters


nicholas
Contributor
Forum|alt.badge.img+14
  • Author
  • Contributor
  • November 12, 2020

Thanks! :-)