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.Import sets, transform maps, and data loading.
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.| Operation | Description |
|---|---|
| add_coalesce_field | Mark a field as a coalesce key for upsert behavior |
| add_field_map | Add a field mapping between source and target |
| add_transform_script | Add a transform script (onBefore, onAfter, etc.) |
| create_data_source | Create a data source (file, JDBC, LDAP, etc.) |
| create_scheduled_import | Create a scheduled import set run |
| create_transform_map | Create a transform map to a target table |
| insert_import_rows | Insert rows directly into an import set table |
| run_transform | Execute a transform map against an import set |
sn ops import-set to see the full input schema for each operation.Set up an import set to load employee data from CSV into the sys_user table.