Skip to main content
Solved

AttributeSplitter

  • November 24, 2018
  • 2 replies
  • 54 views

Forum|alt.badge.img
Hello,

 

I have an entrance like this.

 

 

 

I would like an exit like this.

 

 

How to do it ? with the transform AttributeSplitter ?

 

 

Thank you

Best answer by cwarren

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

mark2atsafe
Safer
Forum|alt.badge.img+56
  • Safer
  • 2554 replies
  • November 24, 2018

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.


cwarren
Forum|alt.badge.img
  • 49 replies
  • Best Answer
  • November 24, 2018

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