Importing data into a List type field

JLeong
Mega Sage

Hi All,

Could someone please assist on how to import data (xls file) into a List type field.

find_real_file.png

Thank you in advance.

1 ACCEPTED SOLUTION

Chuck is correct. Transform map will be needed. However, I just tried a simple import/transform and did not need to translate into sys ID. Here's what my import file looked like:



find_real_file.png



And my transform map:



find_real_file.png


View solution in original post

18 REPLIES 18

top_tanti
Tera Expert

Have you tried comma delimited format?


Yes, I have, didnt work.


Chuck Tomasi
Tera Patron

Hi Jocelyn,



The list field holds comma separate sys_ids.



It might be the easiest method (someone usually tells me there's an easier way later) - I'd use the transform script to do this. If your spreadsheet has a cell with five names, comma separated, it can be scripted to convert those names to sys_ids and populate that field.



Transform Map Scripts - ServiceNow Wiki