How to input multi CSV files with same structure at once dynamically
- 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
I have multiple CSV files with same structure in the same folder and trying to input all the files at once time, then do the same preparation such as select fields for all these files, and finally, export the output for each input file.
Solved! Go to Solution.
- Labels:
- Dynamic Processing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If I understand you correctly, your workflow involves:
- Taking data from one CSV file, processing the data, and then creating an output.
- Do Step (1) for multiple CSV files in this particular folder.
I think you will need to build a batch macro that takes a CSV file and then generates an output. You can then create another workflow that uses an Input Data tool with the wildcard character (e.g. "\\Some folder location\*.csv"), and this tool would be the input for that batch macro.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @MuthanaMh check out this post it should help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @MuthanaMh ,
I've attached a workflow and a macro that achieves this for you.
This gets around the problem you will have using the Dynamic Input tool where your schema changes slightly (which it does...because Excel).
I've attached the .yxzp version which should install the tool for you, if not, I've attached that as well and you just need to save it in your macros folder.
Hope this helps,
M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank You
