Load all records in Data Source

Saib1
Tera Guru

Hi 

 

Is that possible to ignore the columns from the excel sheet during load 

 

We see the error in the vcgos1.csv file that data is not loading and getting below error.

 find_real_file.png

When I see the excel sheet there are 2 fields which is not there in my staging table.  don’t see below 2 columns .

When I exclude these 2 red columns and load the sheet . It is getting Completion code : success.

 Is there any way to ignore the column during Load all Records.

find_real_file.png

 

 

1 ACCEPTED SOLUTION

I have resolved by set this properties true.

 

if there are inconsistent data columns in the CSV file being imported. In this occasion, while the CSV file was expected to contain rows of 26 data columns, some rows in the file were 25.

This properties will help to skip the source unwanted column from excel sheet .

Transform Map will check the source 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0727707

 

View solution in original post

2 REPLIES 2

Sai Kumar B
Mega Sage

@Shohaib 

In Transform map Filed maps You can set the choice action column as ignore for specific columns 

I have resolved by set this properties true.

 

if there are inconsistent data columns in the CSV file being imported. In this occasion, while the CSV file was expected to contain rows of 26 data columns, some rows in the file were 25.

This properties will help to skip the source unwanted column from excel sheet .

Transform Map will check the source 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0727707