You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/29 09:11:55 UTC

[GitHub] [arrow-datafusion] signupsi opened a new issue #439: CSV data with double quotes fails

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:
users@infra.apache.org



[GitHub] [arrow-datafusion] alamb commented on issue #439: CSV data with double quotes fails

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #439:
URL: https://github.com/apache/arrow-datafusion/issues/439#issuecomment-855001266


   Perhaps you can specify the options you want via the `CsvReadOptions` argument: https://github.com/apache/arrow-datafusion/blob/master/datafusion/src/execution/context.rs#L274


-- 
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:
users@infra.apache.org