GETS META-DATA FROM A TEST¶
Retrieves metadata from one or more physical tests and sanitizes or replaces response names according to specified token patterns. Use this worker to normalize inconsistent channel/response names ingested from physical test records before downstream processing.
When to use¶
Tagged: metadata, normalization, physical_test, response_names, sanitize, tokens.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Physicaltest | physicaltest_id | remote_lookup | — | ✓ | One or more physical test records to retrieve metadata from; select via remote lookup — at least one test must be chosen. |
| Tokens | tokens | text | Comma-separated token patterns (wildcards accepted) that identify response name substrings to be replaced or sanitized; defaults to ‘*’ which targets all response names. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Physicaltest | physicaltest_id | integer | Integer identifier of the processed physical test record whose response names have been sanitized, referencing the physicaltest data type. |
Disciplines¶
- cae.postprocessing.response
- data.dataset.ingest
- data.dataset.transform
Auto-generated from platform schema. Worker id: physicaltest_sanitize_response_names. Schema hash: 67a709c69cee. Hand-curated docs in workerexamples/ override this page when present.