Input Data (10): CSVFile: A field was missing a closing quote
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
wonka1234
10 - Fireball
‎06-02-2023
01:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I am getting error:
Input Data (10): CSVFile: A field was missing a closing quote in record 191: "[Legal entity name
Input Data (10): Too many fields in record #193
anyway I can bypass this error? This is an analytic app.
Labels:
- Labels:
- Custom Tools
2 REPLIES 2
jdminton
12 - Quasar
‎06-02-2023
01:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I've run into this issue before. Typically checking the boxes in row 13 and 14 will fix it. Sometimes I need to make the text qualifier "None" instead of "Quotes" to get it reading correctly. It's also possible you have a delimiter included as part of a field value. In those cases, I use a text editor to fix if there aren't many.
acarter881
12 - Quasar
‎06-02-2023
03:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello, @wonka1234.
I believe I have faced this exact same error.
My solution inside the Input Data tool was as follows:
- Updated Field Length to 5000 instead of the default 254
- Code Page from ISO 8859-1 Latin I to UTF-8
- Check box for AMP Only: Allow Newlines in Quoted Fields
- Check box for AMP Only: Force Single-threaded Reading
