How to import excel data with leading zeros into a string field.

djohnson1
Mega Guru

The excel cell values were converted to text and the cell type is set to text. On import ServiceNow truncates the leading zeros. Can someone please help me understand how to overcome this issue? The field is mapped to the Asset Tag field on alm_asset table.

 

Thanks, 

Derrick Johnson

 

1 ACCEPTED SOLUTION

rlatorre
Kilo Sage

Change the field type on the import set table to a String. On initial import it would have been created as an Integer based on your statement.

View solution in original post

1 REPLY 1

rlatorre
Kilo Sage

Change the field type on the import set table to a String. On initial import it would have been created as an Integer based on your statement.