Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Input multiple tabs with different schema

rajputakansha
8 - Asteroid

Hi,

 

 I have an excel file with over 80 tabs. I used "List of Sheets" macro and "Batch Macro" to import them all into alteryx.

 

But it looks like the column arrangement isn't same across all the sheets.

Here is a sample data set:

Namecodedateorgplanamounttest amount
ABCEEC2/4/2019110EZ4$2,000.47 $ 250.64
EFGER1203/12/2019110EZ8$6,400.87 $ 199.00
IJKEEC3/26/2019200AR18$8,000.00 $          -  
datenameamountorgplantest amount 
2/18/2019TOOR $  1,643.89200TX18$7,100.32 
5/12/2019ROTZ $     348.98210TR18$100.90 
8/8/2019WEL5000.21110EZ6$86.00 
orgdatenameamounttest amountcodeplan
1102/18/2019ABC$7,100.32 $      250.64EECTX18
1105/12/2019EFG$100.90 $      199.00ER120TR18
2008/8/2019IJK$86.00 $               -  EECEZ6

 

 I want to get Date, Amount and Test Amount from this data set.

 

Is there a way to rearrange the macro output according to the column name, so that Date comes under Date and Amount comes under amount?

 

Thank you

1 REPLY 1
Thableaus
17 - Castor
17 - Castor

Hi @rajputakansha 

 

Go to your Interface Designer properties in your batch macro and change this configuration

 

BatchConfig.PNG

 

If the names are exactly the same, the config by name option should work.

 

Cheers,

Labels