Solved

AttributeSplitter

  • 24 November 2018
  • 2 replies
  • 6 views

Badge
Hello,

 

I have an entrance like this.

 

 

 

I would like an exit like this.

 

 

How to do it ? with the transform AttributeSplitter ?

 

 

Thank you
icon

Best answer by cwarren 24 November 2018, 22:17

View original

2 replies

Userlevel 4
Badge +25

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.

Badge

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