Reading Multiple Excel Files from SharePoint
- 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
Hello all,
I was wondering if you can help me to use Alteryx and Alteryx Gallery to read multiple excel files from my SharePoint location.
When using the SharePoint input tool, I'm able to connect and see the files using "Read Only List of Full Paths", but I'm not able to input all the data contained in these excel files.
Is there a workout to read these? And Can the workaround work on Alteryx Gallery?
Thanks
- Labels:
- Community
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You could try to create a batch macro that pulls the SharePoint directory and unions each file to a yxdb for each record in that directory?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Domo This will work exactly like a regular batch macro to pull data out of multiple files within a directory. i have listed the steps below:
- Pull in SharePoint files using 'Read Only List of Full Paths'
- Filter to [Name] endswith ".xlsx" (or desired file type)
- Create a Batch Macro as seen in the screen shot
- Configure the SharePoint tool to pull in the data from 1 file from your desired directory
- Configure the Action tool to replace the string from the highlighted configurations.
- Set Macro settings to Auto Configure by Name.
- Pull Macro into main workflow and connect filter tool from step 2 into Macro and set field to be [Name]
- Run
This should accomplish your goal, if so, please mark it as the solution so others may find it quicker.
Bacon
Main Workflow
Macro Setup
Section to Replace
String to replace
Macro Settings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Domo If this worked for you, please mark it as the solution so others may find it faster.
