EXPORTS STUDY FILES¶
Collects selected files from all simulations and physical tests within a d3VIEW study, filters them by filename pattern, and packages the results into a single ZIP archive for download or downstream use.
When to use¶
Tagged: archive, binout, d3hsp, d3plot, export, files, physical_test, simulation.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Study | study_id | remote_lookup | — | ✓ | ID of the d3VIEW study whose simulation and physical-test files will be exported; resolved via remote lookup against the studies data source — required, no default. |
| Filename | export_filename | text | Study.zip | ✓ | Name of the output ZIP archive (e.g. ‘Study.zip’); defaults to ‘study.zip’ if left blank. |
| File Pattern | file_pattern | textarea | binout,d3plot,d3hsp | ✓ | Comma-separated list of filename substrings used to filter which attachments are included (e.g. ‘binout,d3plot,d3hsp’); only files whose names contain at least one token are copied into the archive. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Exported File | exported_file | file | Path to the generated ZIP archive containing the study metadata JSON plus matched simulation and physical-test files, organised into per-record sub-directories. |
Disciplines¶
- data.io.archive
- data.io.file
- platform.workflow
Auto-generated from platform schema. Worker id: study_export_files. Schema hash: 60603cc021c7. Hand-curated docs in workerexamples/ override this page when present.