Importing a csv file without column headers

Joey Wan Kenobi
Tera Guru

Is this possible?

8 REPLIES 8

Mike Allen
Mega Sage

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.


Capture.PNG


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.


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.