- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2017 11:42 PM
Hi Guys,
We created an export set for exporting a set of data via an MID server. However, the client is requesting for the header row of the csv (the row which contains name of the fields) want it to be truncated. Is there a way we could achieve this perhaps via running a post script? Any ideas?
Mussie
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2017 10:48 PM
Hi Mussie,
sys_attachment record must be tied to export set table via table_name and table_sys_id columns.
You can use these both fields on that table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2017 05:56 PM
Thanks Deepak, this is now working. I have a different issue with regards to send files to a MID server and I will post another one for it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2020 02:53 AM
Hi Mussie,
I know this is an old post, I have similar requirement, would you be able to summarize the solution steps please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2017 08:05 PM
Hi Deepak,
Can you check this post and see if you can help?
How to send attachment files to MID Server
Mussie