DDtKey opened a new issue, #6854:
URL: https://github.com/apache/arrow-datafusion/issues/6854

   ### Is your feature request related to a problem or challenge?
   
   Currently CSV reader doesn't allow to set: `quote` & `escape` chars.
   
   ### Describe the solution you'd like
   
   `CsvReadOptions` should contains methods to set `quote` & `escape` (like 
`delimiter`)
   
   For example, how it works in `csv` crate: 
[escape](https://docs.rs/csv/latest/csv/struct.ReaderBuilder.html#method.escape)
 & 
[quote](https://docs.rs/csv/latest/csv/struct.ReaderBuilder.html#method.quote)
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   Escaping is optional stuff, usually it's just double usage of quote char, 
but it would be nice to be able to override.
   


-- 
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]

Reply via email to