- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2016 12:00 PM
Hi All,
Could someone please assist on how to import data (xls file) into a List type field.
Thank you in advance.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2016 12:24 PM
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:
And my transform map:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2016 12:05 PM
Have you tried comma delimited format?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2016 12:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2016 12:09 PM
Yes, I have, didnt work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2016 12:06 PM
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
