Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ltollesonIain,
Can you please explain what you mean by
"split the original table containing that field into multiple outputs by field value".
Does this mean you want to output multiple rows, or to have multiple outputs for node?
Are you trying to rotate the data such that Network ID would be the first value in a field called NAME and the id's would be a comma separated list of values in a field called VALUE.
Example
NAME VALUE
NetworkID 33, 35, 36, 37, 38, 39
With a little more detail and definition we can definitely help you with the code.
Thanks,
Larry