Data contains 2 columns, expected 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2017 02:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2017 03:33 AM
Please validate that your CSV file is in proper format.
If you open your CSV file in notepad the format should look something like as below.
"name","wsdl","description","sys_created_on"
"Amazon","http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl","Sample Amazon web service","2010-04-06 10:40:42"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2017 01:37 PM
First, did you set the csv delimeter in the data source properties; Second, have you check to see that the delimeter is only used to delimit and is not part of your character set used for the text you are importing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2024 04:01 AM
The delimiter did it for me, thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2017 06:58 AM
Hi,
In ServiceNow, new Data source use a comma ',' as "csv delimiter" by default.
With this error message, you should should have one comma in your file, who split data in two columns.
as Lubomir said, try to open your data source and set a semi-colon ';' in "CSV delimiter" field.
Regards,
Denis.