gocarina / gocsv

The GoCSV package aims to provide easy CSV serialization and deserialization to the golang programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Separator

AxelRHD opened this issue · comments

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

@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

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