minio/pkg/csvparser
Anis Elleuch 9902c9baaa
sql: Add support of escape quote in CSV (#9231)
This commit modifies csv parser, a fork of golang csv
parser to support a custom quote escape character.

The quote escape character is used to escape the quote
character when a csv field contains a quote character
as part of data.
2020-04-01 15:39:34 -07:00
..
example_test.go Import CSV parser library (#8927) 2020-02-07 16:25:36 +05:30
fuzz.go Import CSV parser library (#8927) 2020-02-07 16:25:36 +05:30
reader.go sql: Add support of escape quote in CSV (#9231) 2020-04-01 15:39:34 -07:00
reader_test.go Import CSV parser library (#8927) 2020-02-07 16:25:36 +05:30
writer.go sql: Add support of escape quote in CSV (#9231) 2020-04-01 15:39:34 -07:00
writer_test.go Support configurable quote character parameter in Select (#8955) 2020-03-13 22:09:34 -07:00