Cinchoo / ChoETL

ETL framework for .NET (Parser / Writer for CSV, Flat, Xml, JSON, Key-Value, Parquet, Yaml, Avro formatted files)
MIT License
802 stars 134 forks source link

Change Delimiter when Converting to CSV #290

Closed kleedtke closed 1 year ago

kleedtke commented 1 year ago

Is there a way I can change the default comma delimiter to something else when converting from JSON to CSV?

Cinchoo commented 1 year ago

Hope this link helps

https://www.codeproject.com/Articles/1145337/Cinchoo-ETL-CSV-Reader#21.1WithDelimiter66

kleedtke commented 1 year ago

Will this achieve the same result when using the CSV writer?

Cinchoo commented 1 year ago

Yes.