How i can import a bulk data (CSV) in servicenow? like in remedy we have BMC Import tool for this?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2017 02:50 AM
How i can import a bulk data (CSV) in servicenow? like in remedy we have BMC Import tool for this?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2017 02:55 AM
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.