Get Export Set generated file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 02:37 AM
Hi all,
I need to fetch the file generated in an Export Set and send it to an external system via REST.
Is there a way to get the file after the export set runs?
Or do I need to replicate the export set in a different tool like flow designer? If so, how can I achieve this?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2024 12:38 AM
Hello,
When the Export Set successfully transfers the generated file to the MID server, a record is being created inside this table MID Server Attachment [ecc_agent_attachment] and on that record the file is set as an attachment. Respectively the file is also added as a record inside the Attachment [sys_attachment] table, then based on your desires you can retrieve all the needed data of the attachment (export file).