Embed Excel file with data in a workflow
- 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 am running a workflow that pulls data from multiple tables in the data warehouse and connect the result to a savings rate excel file on my desktop to calculate the savings. Is there a way i can save or embed permanently that Excel file in the workflow and cut off the connection to my desktop?
Thanks,
Guy
Solved! Go to Solution.
- Labels:
- Common Use Cases
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If the Excel file you'd like to embed is small enough (less than 1,000 cells): a Text Input tool can be used for this. The Text Input tool has an Import feature. Click on this icon and browse to your desktop file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you CharlieS for the swift reply. I will use this going forward for short files. the current one is has 2400 rows. Any other solution for large file? I am using Tableau server and I can output to that server but can't find a way to input from it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
It might not be an elegant solution, but you could use multiple Text Input tools and Union them together to re-create that static input.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How about having 1 workflow that creates the static input and stores it as a YXDB file (stored where other jobs can access the data) and referencing that static information? The idea of hard-coding that data into the workflow is going to keep me awake tonight.
Cheers,
Mark
Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I totally agree, especially if there's any need to facilitate the production of that master file. Alteryx all the things!
I should mention that multiple Text Input files are not completely necessary as the 1,000 cell limit is only on the importing of data to the tool. I have text input tools with a lot more than 1,000 cells of data. You have to compile them manually/XML edit, but they save just fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@CharlieS Brilliant, I have been trying to figure out how to do this for ages. Thanks for the tip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@GuyMarcel
I agree with what has been states in this thread previously: with both @CharlieS on using the text input tool and with @MarqueeCrew on possible nightmare scenarios.
Please consider marking an answer as an accepted solution so others may instantly find the answer upon opening this thread.
