How to migrate multi-select list that needs mapping?
![]()
I am migrating a multi-select list of States from ClearQuest to RTC using export / import.
In CQ, the list is of the form ME, NH In RTC the list is Maine, New Hampshire etc A mapping has been set up to do the translation: <value sourceId="ME" targetId="Maine" /> And the tab-separated list exported from CQ is turned into a comma separated list SUBSTITUTE(<cell>,CHAR(13),",") This works fine if the list is one item, but it does not perform the mapping if there are more than one item The list itself works -- if I do the substitutions by hand: Maine,New Hampshire the import works as well Ideas? |