Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Map value from csv file to enumeration list

Hi,

When importing a work item from csv, how does one get a value to appear in an enumeration list? We are migrating a field called "Customer  Name." In RTC, the corresponding field (with an ID of "customers") is an enumeration list, which is backed by the CustomerName enumeration. We have a customer called "CustomerA." The ID of said customer (in the enumeration) is customer_name.literal.l23. The CSV file also reads "CustomerA." I have tried:

<attribute sourceId="Customer Name" targetId="customers">
<value sourceId="CustomerA" targetId="customer_name.literal.l23" />
</attribute>

and

<attribute sourceId="Customer Name" targetId="customers">
<value sourceId="CustomerA" targetId="CustomerA" />
</attribute>

I would expect one of these to cause "CustomerA" to appear in the work item, but no customer name ever appears in the field. Is this a supported field type for migration? I am using RTC 4.0.1.

Thanks,
- Josh

0 votes



One answer

Permanent link
Importing Enumration list via CSV is supported in 4.0.1. Make sure your eclipse client is at 4.0.1 as well. Using a 4.0 eclipse client will fail.

2 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 456
× 173
× 43

Question asked: Mar 13 '13, 1:49 p.m.

Question was seen: 8,314 times

Last updated: May 26 '15, 8:47 p.m.

Confirmation Cancel Confirm