gocarina / gocsv

The GoCSV package aims to provide easy CSV serialization and deserialization to the golang programming language
MIT License
1.99k stars 245 forks source link

Custom Separator #257

Closed AxelRHD closed 1 year ago

AxelRHD commented 1 year ago

A possibility to change the separator - e. g. to tab - would be great.

shigetaichi commented 1 year ago

@AxelRHD I have created a new package that allows the TagSeparator to be changed, and I have used gocsv as a reference for most of the csv generation process. (Thanks to all gocsv contributors.) I hope the ideas are helpful to you. https://github.com/shigetaichi/xsv

AxelRHD commented 1 year ago

Thank you for the reply and the effort. I will give it a try after my vacation.