Skip to main content
Hello,

 

I have an entrance like this.

 

 

 

I would like an exit like this.

 

 

How to do it ? with the transform AttributeSplitter ?

 

 

Thank you

I suggest an AttributeSplitter followed by a ListExploder

note: for some reason the images are now missing. I will see if I can find out what the problem is.


Hi @lecoqgaulois,

One way to do it would be to use the AttributeSplitter on the attribute NUMEROS with a comma for the delimiter. This creates a list that you can then explode with the list exploder. Example workspace attached. Hope this helps.

example.fmw


Reply