Can json file be imported into serviceNow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2020 12:26 AM
Can json file be imported into serviceNow? If so, in what order?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2020 12:33 AM
Hi,
What that json file contains?
you can have data source to which a json file can be attached which can then be used to load data in the target table
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2020 12:34 AM
Hey,
yes, json file imported into serviceNow for Steps Refer the below Link:
Hit Correct and Helpful if it Helps you.
Thanks
Namrata.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2020 12:40 AM
Hello,
yes, it is Possible you Can directly import JSON file using data source or by load data here below I have given some info:
IMPORTING JSON / JSON DATA DATA SOURCES
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.
In the screenshot below, I’ve configured a JSON Data Source to import the records exported by the Export Set example above. Because the records are all in an array object called records, the Path is /records/records. Whenever the path is pointing to a named array, you must enter the array element name twice in the path.
if my response helps you then kindly mark my answer helpful and correct otherwise if any query feel free to ask further.
Regards,
Ajim.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2020 01:35 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...
Please mark my answer correct or helpful, If this helps you in any way.
Saurabh