In how many ways we can Import data into servicenow

Peter Wood
Kilo Guru

Without creating transform map how we can transfer data to target table from staging table?

I know two ways to import data-

1) using import set

2) directly from table

is there another way to transfer data.

 

TIA.

4 REPLIES 4

Jace Benson
Mega Sage

I'd suggest editing your post by updating the title to get more people to look at it.

Make a good to-the-point title for the question or as stackoverflow says, "Write a title that summarizes the specific problem". This helps because it lets those who can help, know they can without going into the post. You might be thinking, I can't sum it up it's too complex. No problem, try to think how you'd ask a busy colleague, and put that into the subject. If you're still having trouble, write the title last after all the details are fresh.

  • Good: Set Value form variable in the request form to Table field
  • Good: How to disable attachment confirmations?
  • Good: How can I set an override reference qualifier to a group
  • Bad: NetApp
  • Bad: Photo Masking
  • Bad: Not Available for Module script

https://stackoverflow.com/help/how-to-ask

 

Regarding your question.  Here's a few more ways.  You might be more help if you're question was stating what you're really trying to do.

- https://docs.servicenow.com/bundle/newyork-platform-administration/page/administer/import-sets/concept/c_EasyImport.html

- Import Sets

 

Thanks for the guidance Jace.

Kajal Goti
Mega Guru

Hello,

 

You can import data directly from XML.

Like this.

One benefits is this export data from source table and then import in your target table ,It contains Sys_id as well accordingly.

find_real_file.png

 

Please mark as correct and helpful,If you find any help worthy

Hello Kajal,

I know this way,I have already mentioned in question.If you know another way please suggest.

Thanks.