PHYSICALTEST IMPORT FROM DATASET¶
Reads a dataset and bulk-creates Physical Test records from its rows, using a designated name column and an optional description column. Use this worker to populate the Physical Tests registry from any tabular source (CSV, Excel, SQL-backed dataset) in a single workflow step.
When to use¶
Tagged: bulk_create, dataset, import, physical_test_registry, physicaltests.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Choose Dataset | dataset | dataset | — | ✓ | Source dataset (any platform-registered tabular dataset) whose rows will each become a Physical Test record; must contain at least the column referenced by name_col. |
| Choose Name Column | name_col | scalar | — | ✓ | Column in the source dataset whose values will be used as the Physical Test name; required — select from the columns available in the chosen dataset. |
| Choose Description Column | desc_col | scalar | — | Optional column in the source dataset whose values will populate the Physical Test description field; leave blank to omit descriptions. | |
| Name Prefix | name_prefix | scalar | — | Optional free-text string prepended to every generated Physical Test name (e.g. ‘PROJ-A_’); leave blank for no prefix. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Num Tests | num_tests | scalar | Integer count of Physical Test records successfully created during this run. |
| Physicaltests | physicaltests | dataset | Dataset of type ‘physicaltests’ containing the newly created Physical Test records, suitable for downstream workflow steps. |
Disciplines¶
- data.dataset.ingest
- data.io.csv
- data.io.excel
- data.io.sql
Auto-generated from platform schema. Worker id: physicaltest_import_from_dataset. Schema hash: c7cf03bb32a9. Hand-curated docs in workerexamples/ override this page when present.