A utility to export & import ServiceNow records from one instance to another.
- Download ZIP file
- Extract ZIP
- Open snget folder in VS Code
npm i
in integrated Terminal- Rename or copy .env.example to .env
- Update the target and source variables as needed
- Run in the terminal
node app.js
- Enter table:
incident
- Enter encoded query:
sys_id=A1234567890
- Check the target instance to make sure the records have inserted or updated based on your encoded query
- Clone repo
- Browse to the repo directory in the terminal
cd snget
- Install dotenv dependency using
npm i
- Rename or copy .env.example to .env
- Update the target and source variables as needed
- Run in the terminal
node app.js
- Enter table:
incident
- Enter encoded query:
sys_id=A1234567890
- Check the target instance to make sure the records have inserted or updated based on your encoded query