Skip to content

Project Export Settings

The Project Export Settings dialog controls which output files WSi generates when you run a project export, and how those files are named and organised on disk. Unlike ERP Export which produces a single JSON payload, a project export writes multiple individual files — CAD geometry, PDFs, images, graphs, and more — directly to a folder.

Open it via Settings → Client → Project export settings, or press Ctrl+Shift+E.

Setting Groups

The dialog is divided into six tab groups.

1. CAD Files

Export raw and processed CAD geometry in a range of formats:

SettingFile producedPattern support
3D STEP (generated).stepnode-based
3D STEP (input).stepnode-based
2D DXF.dxfnode-based
2D SVG.svgnode-based
2D GEO.geonode-based

Each format can be independently enabled or disabled, and given a path template.

2. Visualisation Files

Human-readable outputs for review and communication:

SettingFile producedPattern support
3D HTML.htmlnode-based
3D PNG.pngnode-based
Bend Drawing.pdfnode-based
Bend Drawing (DOCX).docxnode-based
Coating Details(document)node-based
Joining Instructions(document)node-based

3. Graph Files

Project structure and sub-graph exports:

SettingFile producedPattern support
WSi File.wsiproject-based
Sub-Graphs.wsiproject/article-based
ERP Input Data.jsonproject-based
BOM CSV (legacy).csvproject-based
BOM CSV.csvproject-based

BOM CSV exports require the BOM CSV module to be enabled in your licence.

4. Generated Documents

Printable and shareable business documents:

SettingFile producedPattern support
Job Cards.pdfproject/article-based
Job Cards (DOCX).docxproject/article-based
Calculation(document)project-based
Quotation(document)project-based

5. Attachments

Structured attachment export:

SettingPattern support
Graph Attachmentsproject-based
Article Attachmentsproject/article-based
Node Attachmentsnode-based

6. Other Settings

Global export behaviour:

SettingWhat it does
Export path prefixA base folder prepended to all export paths. Disabled by default — each export type has its own path.
Article directoryWhen enabled, creates a subfolder per article and places all that article's files inside it.
Replace whitespacesReplaces spaces (and optionally other characters) in filenames with a custom replacement string. Useful when files are used on systems that do not handle spaces in paths.
Append count to avoid overwriteIf a file already exists, appends _1, _2, etc. instead of overwriting.
All 2D files or only most relevantControls whether WSi exports every 2D file variant or only the primary one.

Path Patterns

Each export type accepts a path template — a string with placeholders that WSi expands at export time.

Available placeholders:

PlaceholderWhere it appliesDescription
{projectName}allName of the current project
{dateTime}allDate and time of export (e.g. {dateTime:yyyy-MM-dd_HH-mm})
{articleName}article-basedName of the article
{attachmentName}attachment-basedOriginal filename of the attachment
{processType}node-basedProcess type (e.g. laserSheetCutting)
{workStepType}node-basedWork step type (e.g. sheetCutting)
{workStepIndex}node-basedIndex of the work step within the article
{costCenter}node-basedCost centre assigned to the node

The appropriate file extension is always appended automatically.

Enabling and Disabling Exports

Each export type has an enable toggle and a path field. Toggle the enable switch to include or exclude that file type from the export. Even when disabled, the path template is preserved.

Use Select All and Deselect All buttons to bulk-toggle the entire group.

See Also