frictionlessdata / datapackage-go

A Go library for working with Data Package.
MIT License
21 stars 5 forks source link

Support for CSV dialects #10

Closed danielfireman closed 6 years ago

danielfireman commented 6 years ago
danielfireman commented 6 years ago

Reference spec: http://frictionlessdata.io/specs/csv-dialect/

danielfireman commented 6 years ago

But it is important to notice that the python version also does not support line terminator configuration. So it is fine to implement it only using the out-of-the-box Go's configuration options.