IMPORT FILES FROM DATASET INTO A TEST

Reads a dataset containing file paths and bulk-imports those files into an existing physical test record. Use this worker to populate a test with multiple files in a single workflow step instead of attaching them one by one.

When to use

Tagged: bulk_import, dataset, file_import, physical_test, simulation.

Inputs

Label ID Type Default Required Description
Physicaltest physicaltest_id remote_lookup Remote lookup reference to the target physical test record (integer ID) into which the files will be imported; must resolve to an existing test entry.
Dataset of Files files_dataset dataset Dataset whose rows describe the files to be imported; must contain at least one column holding resolvable file paths.
Path Column path_column scalar Name of the column in ‘files_dataset’ that contains the file path (or URL) for each file to import; chosen from the dataset’s available columns.

Outputs

Label ID Type Description
Physicaltest Id physicaltest_id integer Integer ID of the physical test record that was updated, passed through for chaining to downstream workers.
Num Files Added num_files_added integer Count of files successfully attached to the physical test during this import operation.

Disciplines

  • data.dataset.ingest
  • data.io.file
  • platform.integration

Auto-generated from platform schema. Worker id: physicaltest_import_files_from_dataset. Schema hash: ab64e72a1ec9. Hand-curated docs in workerexamples/ override this page when present.