How to Import data into service now tables without using transform map?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2024 07:39 AM
How to Import data into service now tables without using transform map?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2024 05:15 AM
Hi @keshav77
Use XML based.
https://youtu.be/irp8J6rkgqQ?si=GUDP7OVDCphYVL56
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2024 05:26 AM
Hi @keshav77 ,
You can use the Import template to load data into ServiceNow without needing to create a Transform Map.
Steps:
Step 1:
Navigate to the list view of table. Right-click on any column and select Import.
Step 2:
Click on Create Excel Template. Once the template is downloaded, enter your data in the spreadsheet and save it.
Step 3:
Return to the same location, upload the saved template file, and click Submit. Then, click Preview Import. Finally, click Submit Import to load the data.
See the image below for reference:
-
If you have XML file so you can directly right click on list view, column header and click import XML to load xml file in snow.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you found my response **helpful**, I’d appreciate it if you could take a moment to select **"Accept as Solution"** and **"Helpful"** Your support not only benefits me but also enriches the community.
Thank you!
Moin Kazi
www.linkedin.com/in/moinuddinkazi
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2024 08:35 AM
Hi Moin,
how can i get the same functionality , i need to load data in import set table using my custom excel upload.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2024 09:24 PM
You need to have matching column names in spreadsheet and the import set table.