import-export

Manage ServiceNow data migration with import sets, transform maps, and exports.

77|23|Updated Jul 16, 2025
One-click install
npx skills add https://github.com/groeimetai/snow-flow --skill import-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: import-export
Source: https://github.com/groeimetai/snow-flow/tree/main/packages/opencode/src/bundled-skills/import-export
Command: npx skills add https://github.com/groeimetai/snow-flow --skill import-export

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of moving data into and out of your ServiceNow instance, handling everything from bulk data loads to structured exports.

Core Features & Use Cases

  • Data Import: Import data from CSV, Excel, or XML files into ServiceNow tables using import sets and transform maps.
  • Data Export: Export data from ServiceNow tables to CSV, JSON, or XML formats.
  • Bulk Operations: Perform bulk updates and deletions on records with safety checks.
  • Use Case: Migrate a large dataset of user records from a CSV file into the sys_user table, ensuring proper field mapping and handling potential duplicates.

Quick Start

Use the import-export skill to import the data from 'users.csv' into the 'sys_user' table using the 'UserImport' transform map.

Frequently Asked Questions about import-export

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I import data from a CSV file into a ServiceNow table?

To import CSV data into a ServiceNow table, you use import sets and transform maps to manage field mapping and handle potential duplicates during the data migration process.

What is the best way to bulk update and delete ServiceNow records safely?

The best way to perform bulk updates and deletions on ServiceNow records is by using scripted bulk operations that include built-in safety checks to prevent accidental data loss.

Does ServiceNow support exporting table data to JSON and XML formats?

Yes, ServiceNow supports exporting table data to JSON and XML formats, utilizing native export functionalities to extract structured data out of your instance.

Can I use Excel files for ServiceNow data migration?

Yes, you can use Excel files for ServiceNow data migration by loading them as import sets and applying transform maps to map the spreadsheet columns to target table fields.

When do I need to use transform maps for ServiceNow data imports?

You need to use transform maps when importing data from external files like CSV or XML to accurately map source fields to their corresponding destination fields in the target ServiceNow table.