alamb commented on issue #6854: URL: https://github.com/apache/arrow-datafusion/issues/6854#issuecomment-1629256297
I think this would be a matter of adding `quote` and `escape` to https://docs.rs/datafusion/latest/datafusion/datasource/file_format/options/struct.CsvReadOptions.html The arrow csv parser has support for these already: https://docs.rs/arrow-csv/43.0.0/arrow_csv/reader/struct.ReaderBuilder.html Thus I think this would be a matter of connecting some APIs and extending tests -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
