Hi,
My header this week of my input file could be Issue ID 123, next week could be Issue ID 456 and so on.
How can I map this header name to a standard header "Issue ID" all within alteryx?
Thanks.
Solved! Go to Solution.
Add a dynamic rename tool in starting just after input and make
if Contains([_CurrentField_],"Issue ID") then "Issue ID" else [_CurrentField_] endif
this will work
User | Count |
---|---|
56 | |
26 | |
24 | |
21 | |
21 |