minio/pkg/s3select/csv
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
..
testdata Concurrent CSV parsing and reduce S3 select allocations (#8200) 2019-09-13 14:18:35 -07:00
args.go sql: Add support of escape quote in CSV (#9231) 2020-04-01 15:39:34 -07:00
errors.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
reader.go sql: Add support of escape quote in CSV (#9231) 2020-04-01 15:39:34 -07:00
reader_test.go sql: Add support of escape quote in CSV (#9231) 2020-04-01 15:39:34 -07:00
record.go sql: Add support of escape quote in CSV (#9231) 2020-04-01 15:39:34 -07:00
recordtransform.go Concurrent CSV parsing and reduce S3 select allocations (#8200) 2019-09-13 14:18:35 -07:00