transform-maps

Create and configure ServiceNow data sources, import set tables, and transform maps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of importing and transforming data into ServiceNow, automating the creation and configuration of essential components like data sources, import set tables, and transform maps.

Core Features & Use Cases

  • Automated Component Creation: Programmatically create Data Sources (CSV, JDBC, REST), Import Set Tables, and Transform Maps.
  • Field Mapping: Define direct, reference, and scripted field mappings to control data transformation logic.
  • Use Case: When onboarding new employees, use this Skill to automatically create the necessary import configurations to load employee data from an external HR system into the ServiceNow user table.

Quick Start

Use the transform-maps skill to create a transform map named 'Employee Import Transform' for the source table 'u_employee_import' and target table 'sys_user'.

Frequently Asked Questions about transform-maps

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

FAQPage Schema
How do I create a ServiceNow transform map for data import?

ServiceNow data import via transform maps automates the creation and configuration of data sources, import set tables, and field mappings. It supports direct, reference, and scripted mapping strategies to load external data into target ServiceNow tables.

What is the best way to map external HR data into the ServiceNow sys_user table?

Mapping external HR data into the sys_user table requires a transform map connecting a staging table to the target. This Skill automates generating the import set table, data source, and field mapping configurations for onboarding employee data.

Can I use scripted field mappings for complex data transformation in ServiceNow?

Yes, scripted field mappings handle complex data transformation logic in ServiceNow. This Skill supports direct, reference, and scripted field mapping strategies, along with transform scripts, to execute advanced data manipulation during import.

Does this approach support creating data sources from CSV, REST, and JDBC?

Yes, this approach supports creating data sources from CSV, REST, and JDBC. This Skill programmatically generates these data source configurations alongside import set tables and transform maps to facilitate complete data integration.

What are the limitations of direct field mapping in a ServiceNow transform map?

Direct field mapping in ServiceNow moves data source to target fields without manipulation, limiting complex logic execution. For advanced data transformation, you must use reference or scripted field mappings and transform scripts supported by this Skill.