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?
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?
One answer
Hello
Can you clarify, for the example you used, what you see in the exported zip file? and what you have to do manually as a workaround?
By the way, you may want to look at this CQ->RTC importer enhancement since it might be related to the issue you ran into.
Should be possible to map CQ Keywords to attributes presented by a Multi-Select List (176886).
Thanks
Yuhong
Yuhong Yin
Dev Manager, CC-RTC/CQ-RTC Connectors and Integrations
email: yyin@us.ibm.com
Can you clarify, for the example you used, what you see in the exported zip file? and what you have to do manually as a workaround?
By the way, you may want to look at this CQ->RTC importer enhancement since it might be related to the issue you ran into.
Should be possible to map CQ Keywords to attributes presented by a Multi-Select List (176886).
Thanks
Yuhong
Yuhong Yin
Dev Manager, CC-RTC/CQ-RTC Connectors and Integrations
email: yyin@us.ibm.com