.. _auto_keyvalue_create: *CREATE A KEY VALUE FROM RESPONSES* =================================== Creates a key-value store from one or more scalar response values. Use this worker to package named simulation or test responses into a structured key-value output that downstream workers can look up by name. When to use ----------- Classification: **process**. Tagged: ``keyvalue``, ``process``, ``response``, ``scalar``, ``transform``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Response - response - scalar - — - - A scalar response value (e.g. peak force, mass, displacement) to be stored as a named key-value entry; repeatable to bundle multiple responses into a single key-value output. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - keyvalue_create_output_1 - keyvalue_create_output_1 - keyvalue - A key-value map containing all provided scalar response values indexed by their response names, ready for downstream lookup or reporting. Disciplines ----------- - cae.postprocessing.response - data.dataset.transform Runnable example ---------------- A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: `/api/workflow/example?id=keyvalue_create `_ .. raw:: html

Auto-generated from transformation schema. Worker id: keyvalue_create. Schema hash: f87eaf952b06. Hand-curated docs in workerexamples/ override this page when present.