Need your urgent help - Create the multiple excel file from one excel
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Team,
I have below data in excel file. I want to create different excel files based on Field1 data. for example : filter the data on Field1 and create a different files like a.xlsx,b.xls,c.xlsx etc.
Field1 Field2
a ABC
a EFD
a XYZ
b LMN
b OPQ
b STU
b JKL
c EFG
c HIJ
c KLM
First find the unique value for column a (Field1) in above example it would be a,b,c.
Then filter the data for a , b ,c separately and add into in separate excel files with save name a.xlsx,b.xlsx etc.
Need you uregent help here to create a dynamic workflow where above file select from particular folder and process.
Thank you in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@alt_tush See the attached workflow and batch macro I created that should help you out. Depending on if the files already exist or not, you may have to change the output settings within the macro to 'Create New Sheet' instead of 'Overwrite File.' You will also want to be sure to change the Formula tool within the macro to save the output files to the correct location on your computer.
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Can you please save this as an Alteryx 11.7.4 version instead (1 version behind what you're using)? I am unable to view it and would really appreciate it! Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@arsharsh If you ever need to open a workflow that is in a newer version of Alteryx than you have, simply right click on the .yxmd file and select Edit with Notepad ++. Here, on line 2, you will see the version number. Just change this to the version you are using, save and close, and then try to reopen the workflow as usual.
