- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2018 12:12 AM
Hi,
I am trying to exporting a table with attachment, I created "database view" with sys_attachment, sys_attachment_doc and incident table. But after exporting the table I am getting name of a attached file instead of the attached file. Can anyone explain how to export the a data (records) from servicenow with attachment.
Thanks & Regards,
Vedasri.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2018 05:06 AM
Hi,
Apart from the integration will not be achievable unless it is a service now instance. Through integration as well you need to check if attachments are getting inserted or not.
Regards,
Ram M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2018 05:31 AM
Hi,
Thank you Rammohanrao. I have one more doubt, after exporting to XML format we get base64 encoded chunck data pf attached file right. From this encoded data can we get original attached file?
Regards,
veda.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2018 05:52 AM
Hi Vedasri,
Yes we can decode the base64 data and get as an attachment.
Regards,
Ram M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2018 09:02 AM
I know that we can convert base64 encoded data. But hear we get base64 encoded 4k chunck data right. How w can convert it into original attached file. I tried but I have not get in to original file.
https://community.servicenow.com/community?id=community_article&sys_id=870d2ea5dbd0dbc01dcaf3231f96192f
I am following this link, hear I am not understand How they decoded. These are line for decoding what I not understood.
(base64_decode each chunk, It will build a gzip archive, gunzip this archive ).
can you please explain with example by decoding.
Thanks & Regards,
Veda.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2018 11:13 PM
Hi Exports,
Can anyone please help to download all attachments at a time. I do not have much time. my production instance going to expire in 2 days. I have above 2k attachments. Can any one please help me to download all attachments at once.
Thanks & Regards,
Vedasri.