How to Import data into service now tables without using transform map?

keshav77
Tera Contributor

How to Import data into service now tables without using transform map?

6 REPLIES 6

NiloferShaik
Tera Contributor

There are various ways to import data into servicenow tables without using Transform maps. 

I have mentioned few below: 

 

1. You can manually load data into an Import Set Table, then write a simple script to move the data directly to the target table without using Transform map. 

2. If your data supports JSON or CSV export via API, you can automate the process by setting up a REST integration. 

3. Importing using Dat source with Scheduled Script Execution. 

 

If you found my response useful, I'd appreciate it if you could take a moment to mark it as the accepted answer.  Your support not only highlights the solution but also makes it a valuable reference for others in the future.

Hi Nilofershaik,

i need to load data to import set table not manually but via a GlideRecord script. how can i achieve that.