I would like to split the attribute into separate values, using the comma as the delimiter.
I know I can do this with the AttributeSplitter but how do I get at the resultant parts? All of the examples that I've seen tell me to expose the attributes (right-click -> expose elements) which is fine if you know how many elements there are in the list but not if you dont know. I could have hundreds of elements...
The ListExploder doesn't work because the list doesn't have any attributes in it, just values.
I could write a Python script to do what I need but there must be an easier way?