cancel
Showing results for 
Search instead for 
Did you mean: 

Concatenate

Former Member
0 Kudos

Hi,

Input

<element1> a </element1>

<element2> b </element1>

<element3> c </element2>

output

<element100>Vendorelement1Plantelement2Comp~element3<element100>

The output field element100 can only take 20 chars, so if it exceeds 20 it has to write it to next line, how can I do this?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

VijayKonam
Active Contributor
0 Kudos

Write a UDF and create the target elements inside it by caching at the queue level.

VJ

Former Member
0 Kudos

Can someone please help me how to solve this, thanks