signupsi opened a new issue #439: URL: https://github.com/apache/arrow-datafusion/issues/439
**Describe the bug** CSV data with double quotes fails **To Reproduce** Pass CSV data with double quotes **Expected behavior** Datafusion shall be able be able to parse the csv data with double or sing quotes example: <!--StartFragment-->"\"Hacksaw\" Jim Duggan";1987"Bret \"Hit Man\" Hart";1984<!--EndFragment--> **Additional context** rust-csv is able to doc it correctly, where as arrow-datafusion throws error to read the csv data with doube quotes or single quotes -- 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. For queries about this service, please contact Infrastructure at: [email protected]
