Importing data for choice list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2020 01:15 AM
Hi All,
I am trying to import data into one of my choice list using transform map into sys_choice table for a particular field,
I want to know how should i use the transform map to get the data , I have done all the mapping of the fields, but my query is to know what will happen for the choice list when the data gets imported through transform map how will it map to the field having multiple values to it and also if I get a duplicate then how do I handle it.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2020 01:23 AM
It should map coalescing perfectly if the text in the import matches exactly like that of the choice list values. subtle data differences like " " spaces may create a duplicate record though.
but since its a choice list there usually wouldn't be *many options that would need validating or concern?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2020 10:08 AM
Hi Richard,
Do I need to implement any script , I am confused can you please explain your answer in detail.
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2020 11:06 AM
Hi Anubhav,
If you want to import data for choice list you can directly import it using mapping it will work and set the value for particular choice field.
If you don't want duplicate then make coalesce= true for that field.
Please Mark if Found Helpful.