Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Specific data to be copied to consolidated file

prveenk86kumar
7 - Meteor

Hi All- New to Alteryx community and learning alteryx , i was building a case and wanted to solve. I have scenario where i have three input files and i extract specific data from each file every month on month and i need to paste it to consolidated file. I need to maintain consolidated file since it will have history and will be used for further analysis.

 

Input 1 - Copy  - column name (Data  7 ) not the entire column example December in this case.

Input 2 - Copy - column name (Data 7) not the entire column  example December in this case.

Input 3 - Copy - column name (Data 4) not the entire column need December in this case.

 

Please help me in building a robust solution 

4 REPLIES 4
randreag
11 - Bolide

hi @prveenk86kumar 

 

I attached a workflow that can give you the idea 

 

Let me know if you have questions

prveenk86kumar
7 - Meteor

Thanks for the response, i was trying this out but its copying entire row from the first input file itself rather then taking specific column and if i 3 input files adding that to transpose will be difficulty right.

randreag
11 - Bolide

I'm not sure if I understand your question

 

Here some explanation , first the input is loading the 3 files at the same time, after that I transpose all the columns and join them just with the ones you need (you can put more) 

Then concatenate the name of the file with the field and again crosstab.

So in that order, all the data from all the files is there. 

Please, Let me know if it is clear

 

 

 

 

 

 

SeanAdams
17 - Castor
17 - Castor

If the format / shape of the data is identical in each file, then just use an input tool with *.xlsx as the filename - and then do a filter for the month and write it out to a file.

The output tools even allow you to specify the filename dynamically so you could overwrite every month's files when you get a data refresh and split the consolidated file out into months (with different filenames per month)

Labels
Top Solution Authors