Hi there,
I have an excel sheet to import. The field name is in rows 1 (e.g. "Jan"), 2 (e.g. "2018") and 3 (e.g. "Plan"). The data then start in row 4. My question, how can I merge rows 1-3 to become the field name (e.g. "Jan_2018_Plan") in Alteryx and the single field name in the . Thanks for the help.
Solved! Go to Solution.
Hi @svm,
I've attached a solution for you.
A key here is to use the 'first row contains data' on the excel input. Then use the sample tool to isolate these rows before generating the headers and then using the dynamic rename to apply it to our data stream.
The solution is of course dynamic so if you have more columns then it will pull these through.
Ben
Thanks
@BenMosswrote:Hi @svm,
I've attached a solution for you.
A key here is to use the 'first row contains data' on the excel input. Then use the sample tool to isolate these rows before generating the headers and then using the dynamic rename to apply it to our data stream.
The solution is of course dynamic so if you have more columns then it will pull these through.