- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2020 04:16 AM
Hi ,
I am doing bulk upload of data into custom table. I am using data source and transform map to validate the data in the excel sheet and dump the data to a custom table.
Now I want to automatically export the data from custom table as csv/excel format and attach it in RITM.?
How can i achieve this?
Any help would be massively appreciated. Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2020 04:21 AM
Hi Harish,
you can use script to create csv file and then attach to RITM
refer below links on how to create file from script and how to attach
you can enhance your script accordingly.
Generate csv file with the catalog variables and attaching to RITM record
Generate CSV file through script
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2020 08:43 AM
Oops I have missed the extension.. (.csv)
Now its working fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2020 09:17 AM
Hi,
Glad to know
Please mark my response as correct and helpful to close the thread as answered so that it helps future readers
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2023 04:20 AM
https://www.servicenow.com/community/itsm-forum/need-help-to-export-set/m-p/2571267#M494812
Hi ankur , kindly reply in my post
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2024 11:35 AM
Hi @Ankur Bawiskar ,
I have requirment where i need to download new user list of record as csv file on user table every friday and then i need to email downloaded user list csv file to BDO team via mail.How can i automate this requiment.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2022 06:25 AM
Hi Ankur,
I need to export data of table list records in excel format automatically with scripting?