csv cannot be read multi-threaded
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have downloaded file zip, when I am Unzipped there is file in csv format and all data coming in single cell/row with double inverted comma .
there are garbage records in first 4 rows and actual data starting from 5th row
I have set up data import line from 5th row
when running I am getting error
Error 1:
"Data.csv cannot be read multi-threaded (cannot synchronize on record boundaries); set the 'Force Single Threaded' option and run again"
I tried to fix Delimiters by double inverted comma ( " ) but its giving another error
Error 2:
"Input Data (4): Cannot use a quote character as a field delimiter: "
Solved! Go to Solution.
- Labels:
- Data Investigation
- Regex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @faisal9999 have you tried the single threaded option it's a configuration option in the Input Data Tool?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you Joseph it got resolved
