SOLVED
Picking sheets
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
rajputakansha
8 - Asteroid
‎11-03-2019
04:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I have a set of 8 excel files. I want to import 2nd sheet of each file into Alteryx.
Can anyone tell me how do I achieve this using Directory tool?
Thanks
Solved! Go to Solution.
Labels:
- Labels:
- Datasets
- Download
- Join
- Tips and Tricks
2 REPLIES 2
DiganP
Alteryx Alumni (Retired)
‎11-03-2019
05:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@rajputakansha You can use the macro as described in this article to bring in the data from each file. You can use the directory tool, then the formula tool to turn the file path to the proper full path. The formula would look something like this:
[FullPath] + '|||2ndsheetname'.
You can then use the dynamic input tool to bring in all the files.
Digan
Alteryx
Alteryx
‎11-05-2019
01:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @DiganP ,
Thanks for your reply.
If I use Directory tool to get 2nd sheet from each file but each file has a different sheet name, what formula should I use in that case?
Thanks
 
