How i can import a bulk data (CSV) in servicenow? like in remedy we have BMC Import tool for this?

amagondkumbar
Kilo Contributor

How i can import a bulk data (CSV) in servicenow? like in remedy we have BMC Import tool for this?

1 REPLY 1

anurag92
Kilo Sage

For loading data in a table, you are required to have:



1. Transform Map


2. Import Set Table



Then go to : Load Data Module, select the Import Set Table, load CSV file, run transform and the data gets in target table.



To check this functionality, you can go to - Load Data, in import set table select imp_user (OOB), load a csv file that contains email id, user id fields, etc. and try transforming.