sndev.io / docs

Import Set

Import sets, transform maps, and data loading.

The import-set skill builds end-to-end data import pipelines — data sources, transform maps, field mappings, coalesce fields, transform scripts, and scheduled imports. Use insert_import_rows and run_transform to load and process data.
OperationDescription
add_coalesce_fieldMark a field as a coalesce key for upsert behavior
add_field_mapAdd a field mapping between source and target
add_transform_scriptAdd a transform script (onBefore, onAfter, etc.)
create_data_sourceCreate a data source (file, JDBC, LDAP, etc.)
create_scheduled_importCreate a scheduled import set run
create_transform_mapCreate a transform map to a target table
insert_import_rowsInsert rows directly into an import set table
run_transformExecute a transform map against an import set
Run sn ops import-set to see the full input schema for each operation.
You

Set up an import set to load employee data from CSV into the sys_user table.