How to extract result files from Mongo DB?
- 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,
I want to download the result files of the users, who ran workflows in Alteryx Gallery.
For this purpose I used Mongo DB Input, database AlteryxService and collection AS_ResultsFiles.
How to extract the files themselves from __ServiceData blob?
When I use Blob Convert tool, I only get Filename, but not the actual file.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @akviletamol,
have you tried using the service data parser macro. I know that those blob files contains many informations.
You can find an article and the macro on the post bellow :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
yes, I did tried this macro. This provides me these columns all in V_WString format:
Id
AS_Queue__ID
File
FileName
UserName
I'm wondering how to retrieve the file itself rather than the metadata about result file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @akviletamol,
You can open the data parser macro and follow the below steps to retrieve the file instead of columns.
Right click the Data parser >> Open Macro
Once Macro opened you will see the input and output tool infront of output tool drag and drop the Output tool and save the output file in any of desired location.
Save the Macro and close the macro workflow
Run the main workflow
Regards,
Ariharan R
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I am having the same problem with this - the collections I have used only return the name of the output excel files, whereas I want to return the contents of the output excel files. Is there a way to do this using MongoDB?
Thanks,
Ashley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
we later found the solution. You need to use Options - View Schedules - Select your Controller on the drop down list - Go to Results tab
And then if you extract the Job details by clicking on the plus sign, you can actually open the files by clicking on Output button and then clicking on the links to the outputs you find there.
How much history you can find there I guess depends on the settings used on your server.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks @akviletamol , I'll give that a go!
