CREATE LOADCASES FROM EXCEL¶
Creates loadcases from an Excel, TSV, or CSV file by mapping file columns to loadcase fields (name, description, product type, code, country, load type, load value, and regulation code). Use this worker to bulk-import structured loadcase definitions into the platform from a spreadsheet or delimited text file.
When to use¶
Tagged: assembler, bulk-import, column-mapping, csv, excel, loadcases, tsv.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Excel/TSV/CSV File | loadcases_file | file | — | ✓ | Excel (.xlsx/.xls), TSV, or CSV file where each row represents one loadcase; must contain at least the columns that will be mapped via column_map. |
| Column Map | column_map | mapper | — | ✓ | Column-to-field mapping that links each source file column to a required loadcase field (name, description, product, code, country, load type, load value, regulation code); all eight target fields must be mapped before the worker can execute. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Loadcases | loadcases | dataset | Dataset of loadcase records created from the file, typed as ‘loadcases’, suitable for downstream scenario assembly or job submission workers. |
| Loadcases | loadcase_id | dataset | Dataset of the newly created loadcase records (same dataType ‘loadcases’) exposing the platform-assigned IDs, useful for referencing individual loadcases in subsequent workflow steps. |
Disciplines¶
- cae.preprocessing.scenario
- data.io.csv
- data.io.excel
Auto-generated from platform schema. Worker id: assembler_create_loadcases_from_excel. Schema hash: 73973ace361c. Hand-curated docs in workerexamples/ override this page when present.