import-export

Automate ServiceNow data import and export workflows using Snow Code tools.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import and export workflows in ServiceNow are error-prone and time-consuming when migrating data, updating environments, or transferring records across formats. This skill centralizes the process, orchestrates import sets, transforms, and exports, and provides safe, repeatable procedures.

Core Features & Use Cases

  • Automates creation of import sets, transform maps, and exports for ServiceNow data movement.
  • Supports CSV, XML, Excel data sources and scheduled or on-demand exports.
  • Use case: migrate data from a legacy instance to a new one by applying a defined import set and transform map.

Quick Start

Create an import set for a target table and run its transform map using the included Snow Code tools.

Frequently Asked Questions about import-export

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

FAQPage Schema
How do I automate ServiceNow data import workflows using CSV and XML sources?

Automate ServiceNow data import by orchestrating import sets and transform maps for CSV, XML, and Excel sources. This skill executes data migration scripts and queries target tables to validate the transferred records.

What is the best way to migrate ServiceNow data across environments?

The best way to migrate ServiceNow data across environments is automating import set creation and applying transform maps. This provides a safe, repeatable procedure for bulk data transfer and environment refresh scenarios.

Can I use transform maps to convert imported CSV data into ServiceNow records?

Yes, you can use transform maps to convert imported CSV data into ServiceNow records. The skill orchestrates the creation of import sets and executes the associated transform maps to load data into target tables.

Does this approach support scheduled or on-demand ServiceNow exports?

Yes, this approach supports both scheduled and on-demand ServiceNow exports. It automates the export process alongside import workflows, ensuring consistent data movement across various file formats.

Why are my ServiceNow data migration workflows failing during bulk transfer?

ServiceNow data migration workflows often fail during bulk transfer due to misconfigured transform maps or import sets. Automating these steps ensures proper orchestration and validation of migrated records.

Do I need Snow Code tools to run import set and transform map automation?

Yes, you need Snow Code tools to run import set and transform map automation. The skill relies on specific tools like snow_create_import_set and snow_create_transform_map to execute and validate data movement tasks.