Hi,
Wondering if anyone can assist? I am writing several workflows where I am bringing in baseline data and 'Market' data. When I join / union these data streams, they all have the column names.
What I would like to do is dynamically rename all the columns to identify which are coming from the baseline and which are from the market, so an example:
EXPENSE ACCOUNT PRIORITY CONTROL
As these would be the same in both I would like to rename as:
MKT EXPENSE, MKT ACCOUNT, MKT PRIORITY etc for the markets and:
GSIP EXPENSE, GSIP ACCOUNT, GSIP PRIORITY for the baseline
Not sure how I can do this? For each query the headings change which is why I would like a solution that just prefixes the column with either MKT or GSIP.
Solved! Go to Solution.
How about using a Dynamic Rename tool?
Hi @Bigmonki
you can add a prefix to field names within the join tool
One of my favorite wonders of Alteryx is that there are so many solutions (hint to mark multiple responses as "Accepted" solutions). One dynamic method is a variant of the two provided solutions.
Cheers,
Mark