could you please explain how to create imports table ie load data,create transform map,runtransform

preddy1
Giga Expert

could you please explain how to create imports table ie load data,create transform map,runtransform?

show me with images

1 ACCEPTED SOLUTION

Rajesh Mushke
Mega Sage
Mega Sage

Hey Praveen,

 

Importing data using import sets:

An import set acts as a staging table to store raw data from an external source.

About this task

The import process uses a transform map to add or update data from the import set to an existing ServiceNow table such as incident or problem.

Importing data: data flow

Use import sets to:

Procedure

  • Manually import data from a file on your local system
  • Manually import data from a data source
  • Periodically import data from a data source with a scheduled import
  • Programmatically import data from a file with a script
  • Programmatically import data from a web service

Please Refer:

Importing data using import sets

 

you can also watch below videos:

ServiceNow Import Set and Data Sources

ServiceNow Imports Transform Maps Tutorial

 

Let me know if you need more help.

 

Thanks,

Rajashekhar Mushke

Community Leader -18



Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke

View solution in original post

4 REPLIES 4

Rajesh Mushke
Mega Sage
Mega Sage

Hey Praveen,

 

Importing data using import sets:

An import set acts as a staging table to store raw data from an external source.

About this task

The import process uses a transform map to add or update data from the import set to an existing ServiceNow table such as incident or problem.

Importing data: data flow

Use import sets to:

Procedure

  • Manually import data from a file on your local system
  • Manually import data from a data source
  • Periodically import data from a data source with a scheduled import
  • Programmatically import data from a file with a script
  • Programmatically import data from a web service

Please Refer:

Importing data using import sets

 

you can also watch below videos:

ServiceNow Import Set and Data Sources

ServiceNow Imports Transform Maps Tutorial

 

Let me know if you need more help.

 

Thanks,

Rajashekhar Mushke

Community Leader -18



Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke

Please help

I am trying to connect to my other PDI - but no luck - I get the error for JDBC connection

 

"Could not connect to dev64128.service-now.com:3306 : Connection refused (Connection refused)"

 

 

Hello RajaShekhar,

If we want to automate this process (Bring the import set and add/update existing records in servicenow using transform map), how can we do it? Please advise.

Thanks,

Rajan 

Thanks a lot Raj, Can you please help on steps to import images from an Oracle table into Service now? We have several working Data Sources to sync the instnace with our Database. Now looking to import images that we store in a separate oracle table and then transform them into SN tables.