rtyler commented on issue #9657: URL: https://github.com/apache/arrow-rs/issues/9657#issuecomment-4200751687
I did some more testing and read through the `csv` documentation which seems to be largely about handling escaping of the quotes between entries as opposed to mid-string quotes. In my situation arrow-csv is being used under Datafusion so I applied some Datafusion-level filtering on these strings rather than maintain a stack of forked dependencies down to arrow-csv 😄 If there is interest in this being a functionality gated in `CsvOptions` or something like that, I'm happy to modify the patch, otherwise you can close this 🤷 -- 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]
