Truncate the header row of csv of the export set

Mussie
ServiceNow Employee
ServiceNow Employee

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

1 ACCEPTED SOLUTION

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.


View solution in original post

7 REPLIES 7

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.


Hi Mussie,

 

I know this is an old post, I have similar requirement, would you be able to summarize the solution steps please?

Hi Deepak,


Can you check this post and see if you can help?


How to send attachment files to MID Server


Mussie