Import JSON data to ServiceNow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2019 02:34 AM
Hi
I have set of data in JSON format which I get through Outbound REST message
I need to map this data into the table i built
Can you please advise me how to do this ? with a transform map script
Regards
Sailesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2019 02:50 AM
Hi
You can now import JSON using JSON Data Sources. To create a JSON data source, set the Type to File and the Format to JSON. Similar to XML Data Sources, you will need to specify a Path that indicates which part of the JSON object to treat as a row of data
You can check here to refer https://docs.servicenow.com/bundle/newyork-platform-administration/page/administer/import-sets/refer...
Regards
Youssef

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2019 08:11 PM
Hi
Thanks for the answer
Can you please share an example on how to get the rows