Hi,
I have prepared a workflow to clean data present in an excel file in different sheets. I am facing issue with transpose tool. I want to select 1st three columns as key columns in transpose tool (used in my workflow). However, I do not know why every time, I run this workflow or I used it for my 2nd sheet, chosen 3 columns in transpose tool gets de-selected and again, I have to choose it.
I want to know the reason why it is happening with my workflow. And, how can I fix 1st three columns as key fields in transpose tool, so whenever I run it for present sheets in the workflow (sheet1 or sheet2), my 3 columns do not get transposed.
Please help me with this!
Thanks!
Solved! Go to Solution.
-
Applying your idea, transpose tool is now retaining and keeping 1st three columns as key columns. Great!
Can you help me change regex match formula expression in my workflow so in Name columns, the value will be copied down where ever it is containing value (feild_digit_anything) ?
@Emil_Kos , it did not give me the desired output. However, it gave me a new way to trick Alteryx for getting my desired outcome. Once again, thanks for your time and effort!
Happy to help : ) @Rahul_Analyst
Cheers and have a nice day!
Happy to help 🙂 @Rahul_Analyst
Cheers and have a nice day!
Hi @Rahul_Analyst ,
my approach would be:
I split input data in header and data rows, r´transpose both and use a Find Replace tool to set the field names.
Let me know if it works for you.
Best,
Roland
Absolutely amazing work!
Without using dynamic rename, you could bring the same output.
Thanks for the solution!
Regards,
Rahul