Is there a way to prefix/concatenate the attribute name and a separator character to all of the values on that feature? For example, I have a feature with 60 attributes - can I retain the values of each cell, but have the attribute name appended to the values without having to manually create each attribute.
Input:
AttributeName
abc
def
hij
Output
AttributeName
AttributeName|abc
AttributeName|def
AttributeName|hij