You can use split to achieve what you need. Hi,I tested and it seems to be working. For a csv structured like this: user_id,plan_id,costs12345,123|234,1|2For example, you can split costs via split(costs,"|"). Then you can use a mapping like this details[*]cost