Import set api

manju12
Tera Expert

Hi team,

 

How to pass the data from staging table to target table using transform map and  import set api ?

 

Thanks,

Manju

 

8 REPLIES 8

@manju12 

Hope you are doing good.

Did my reply answer your question?

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @manju12 

 

Just get the data into the staging table, and the rest will be handled by the transform map. It’s basically an out-of-the-box platform feature

 

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

Viraj Hudlikar
Tera Sage
Tera Sage

Hello @manju12 

 

Refer this link for more understanding on same. 
Using Import Sets for REST Integration in ServiceNow - ServiceNow Guru

 

If my response has helped you, hit the helpful button, and if your concern is solved, do mark my response as correct.

 

Thanks & Regards
Viraj Hudlikar.

Renat Akhmedov
Kilo Sage

Hi @manju12,

To move data from a staging (import set) table into a target table using a Transform Map and the Import Set API, you generally need three parts:

1. Import Set table (staging table) – usually u_xxx_import or system-generated u_<source>_import.

2. Transform Map – defines how fields from the staging table map to the target table.

3. Import Set API – to load data into the import set table and optionally trigger the transform.

I hope it helps. If my answer was helpful, please don’t hesitate to give it a thumbs-up - it only takes a second, but it means a lot to me. Thank you!

Best regards,
Renat Akhmedov