RESPONSES MATCHER

Matches responses between two datasets (a “from” set and a “to” set) using configurable name mappings and returns a unified, updated response list. Use this worker when you need to reconcile or align response identifiers across two simulation or test result collections before downstream processing.

When to use

Tagged: dataset, mapping, matcher, reconciliation, responses.

Inputs

Label ID Type Default Required Description
Responses From responses_from dataset   Source response dataset whose entries will be matched against the target; expects a tabular dataset with at least a ‘name’ column identifying each response.
Responses To responses_to dataset   Target response dataset that the source responses are matched against; must share a comparable ‘name’ column with responses_from.
Map Definitions map_data mapper   Optional mapper defining explicit name-to-name correspondence rules between responses_from and responses_to; leave empty to rely on exact name matching.
Update Responses Name update_responses select no Controls whether matched response names in the output are overwritten with the target names (‘yes’) or kept as-is from the source (‘no’, default).

Outputs

Label ID Type Description
Responses responses dataset Merged and matched response dataset containing the reconciled list of responses from both input sets, with names optionally updated per the update_responses setting.

Disciplines

  • cae.postprocessing.response
  • data.dataset.transform

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