cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to split a value in tuple/other table for one main record

Former Member
0 Kudos

Hi All,

I have a requirement where I am getting the following data in a field with multiple values for that row seperated with deliminator which I need to create a tuple..

ID,VALUE

1,2|3|4|5

So is it possibe to split these values and store in a tuple record for the main table record ID 1?

Thanks

Rajeev

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rajeev,

Please provide more details pertaining to fields and relation with main table for better understanding.

Thanks,

Ravi

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rajeev

This is not possible with the same source file.

We need to repeat the number of rows in file based on same ID value.

This is how Tuple key update works and it is different from mapping of Multivalued lookup fields.

Thanks-Ravi