Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: rboccuzziSure, I attached an example. You need to use Expand From List, which will split the items, but do it by adding rows of data. Before doing that, I added a rowId so I could later make sure to assemble back to the original rows.
Then I split the data by a space, and took the first argument, as it looked like each item had a two values, seperated by a space, and you only wanted the first one.
I used an agg to label each of the items, resetting my count when I got a new rowId. After that, it is a simple pivot to rotate the data back again.
The pivot is a new 4.5 node, but you could use a rotate node in it's place...however with rotate, you need to have the first set of data be the longest...see the two additional examples, where the first one fails because the longest row isn't the first. The second simply prepends a row with a dummy longest set of data and then strip it out at the end.
Cheers
Rich
Attachments:
Example.brg