I have one column of data - the column name identifies the month/year the data corresponds to.
How do I create another column with one unique value, being the field name of the first column?
@mb1824
you can use a Field Info tool (Developer category) to generate a list of all your field names. Since your table only has one, you can simply Append (Join category) the name to your existing table.
If this misses the mark, please share an example of what your desired output should look like.
Best,
Jimmy
UPDATE: I found a solution to the below. I changed the options on the Source Data Template so it assumed Row 1 was data and then used a multi-field formula to generate a new column.
@jrgo thanks for your help, that works nicely.
However, now I have done it for one tab in one file, how do I achieve the same for multiple tabs in one file? Each tab has one column with a different column name (each tab is one month of data).
I have a dynamic input tool to merge the data from all the tabs together, but I end up with one column with the field name from the tab I chose as the Source Data template in the dynamic input tool