I have a table that has one row per product, along with a set of attributes for that product. The problem is that some of the attributes are indicated by the attribute name in one column, and the corresponding attribute data in the next column. There are over 200 attributes, so manually doing it is not my preferred approach:
Thanks @HansS, I ended up working out another solution, but I like yours better.
I ended up using a Transpose combined with a Row Filter to create a Dictionary table to combine with an Insert Column Header node:
Glad it helped. I find that the Transpose node often presents me a dynamic path to a solution when I am having a hard time wrapping my head around a transformation.