Importing a csv file without column headers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2015 11:00 AM
Is this possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2015 12:17 PM
According to this: http://wiki.servicenow.com/index.php?title=Importing_Data_Using_Import_Sets#gsc.tab=0
"The first row of data in an imported CSV file becomes the header row and defines the columns for that import set."
I would guess that means the answer is no.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2015 12:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2016 04:29 AM
Any update on this topic please? Is it still not possible to import file without header?
I would like to import every row of imported file into single column.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2016 04:33 AM
The column header defines the mapping in the transform map. How are you looking to import the data? You can have a CSV with 1 column, have the header of that column be named the same as the column in the database, then load the data and transform it properly.