Orders
Exports

Exporting Order Data

Export order data to CSV or ORD files for CNC integration, data analysis, or Cabinet Vision import. Exports are configured per product using visual builders, then downloaded from the Orders section.


Overview

The export workflow has two parts:

  1. Configure exports on your products (in Catalog → Exports)
  2. Download exports from orders (in Orders → Exports view)

This page covers downloading exports from orders. For configuration, see Product Exports.


Export Formats

FormatExtensionBest For
CSV.csvSpreadsheets, CNC machines, data analysis
ORD.ordCabinet Vision software

Accessing Order Exports

From an Individual Order

  1. Open the order you want to export
  2. Select "Exports" from the dropdown or navigation
  3. View available exports for each item

Export Management View

The Export Management view shows:

  • Order information: Order number, item count
  • Per-item exports: Each order item with its configured exports
  • Quick actions: Export All, Export CSVs, Export ORD buttons

Understanding the Export Cards

Each product in your order displays export cards based on what's configured:

CSV Export Cards (Green)

ElementDescription
NameExport configuration name
Badge"CSV" or "CSV (New)"
Export CSVDownloads the CSV file
Preview DataShows table preview before download

ORD Export Cards (Purple)

ElementDescription
NameExport configuration name
Badge"ORD (Builder)" for visual builder exports
Export ORDDownloads the ORD file
Preview DataShows ORD file structure before download

Exporting Individual Files

Export a Single CSV

  1. Find the item with the export you want
  2. Click the green "Export CSV" button
  3. File downloads as Order#[number]-[product]-[index]-[name].csv

Export a Single ORD

  1. Find the item with the ORD export
  2. Click the purple "Export ORD" button
  3. File downloads as Order#[number]-[product]-[index]-[name].ord

Previewing Before Export

Click "Preview Data" to see the export content before downloading:

CSV Preview

Shows a table view with:

  • Column headers
  • Data rows (one per line item)
  • Row and column counts

ORD Preview

Shows the raw ORD file structure:

[Header]
Version=4
Unit=0
Name=ORD-12345
Customer=John Smith

[Catalog]
BaseDoorStyle="Shaker"

[Cabinets]
24,30,12,"Base Cabinet"
30,36,24,"Wall Cabinet"

The preview highlights the three ORD sections:

  • [Header] — Order metadata
  • [Catalog] — Material/style configuration
  • [Cabinets] — Line item specifications

Bulk Export Options

Export All CSVs

Click "Export CSVs" in the header to download all CSV exports from all items as separate files.

Export All ORDs

Click "Export ORD" in the header to download a combined ORD file with all items.

Export All

Click "Export All" to download both CSV and ORD exports at once.


File Naming

Export files follow this naming convention:

Order#[OrderNumber]-[ProductName]-[ItemIndex]-[ExportName].[ext]

Example:

  • Order#1125-Base Cabinet-1-Build Sheet.csv
  • Order#1125-Base Cabinet-1-Cabinet Vision.ord

Using Exported Files

CSV Files

CSV files can be used with:

ApplicationHow to Use
Excel/SheetsOpen directly or import
CNC SoftwareImport as cut list or job file
Custom ScriptsParse with any CSV library
Shop Management SystemsImport order data

ORD Files

ORD files are specifically for Cabinet Vision:

  1. Open Cabinet Vision
  2. Navigate to File → Import (or similar)
  3. Select the downloaded .ord file
  4. Cabinet Vision imports the cabinet specifications
  5. Review and adjust as needed

What Gets Exported

CSV Export Content

Based on your column configuration:

SourceWhat's Included
Line ItemsWidth, height, depth, qty, notes, etc.
Product OptionsSelected attribute values
PartsPart dimensions from Parts & Components
Built-inRow number, item number, product name
Order DataOrder number, customer info

ORD Export Content

Based on your ORD Builder configuration:

SectionWhat's Included
[Header]Order metadata (name, customer, etc.)
[Catalog]Material and style selections
[Cabinets]Line item dimensions and specs

Multiple Items with Same Product

If an order has multiple items using the same product:

  • Each item appears separately in the export list
  • Each has its own export cards
  • Exports use the item's specific line item data
  • File names include the item index to differentiate

Items Without Exports

If a product doesn't have any exports configured:

  • The item shows "No exports available"
  • Configure exports in Catalog → [Product] → Exports
  • See Product Exports for setup instructions

Troubleshooting

No Exports Showing

Cause: Product doesn't have export configurations

Solution:

  1. Go to Catalog → [Product] → Exports
  2. Create a CSV or ORD export using the visual builder
  3. Save the configuration
  4. Return to the order—exports should appear

Export Button Disabled

Cause: Export is currently processing

Solution: Wait for the loading spinner to complete

Wrong Data in Export

Cause: Export columns are misconfigured

Solution:

  1. Preview the export first to verify data
  2. If incorrect, edit the export configuration on the product
  3. Check field mappings in the column editor

ORD File Not Working in Cabinet Vision

Cause: Field mappings don't match Cabinet Vision expectations

Solution:

  1. Verify ORD field keys match Cabinet Vision's naming
  2. Ensure required fields (Width, Height, Depth) are mapped
  3. Check that number fields are formatted as numbers, not text

Missing Line Items in Export

Cause: Quantity format set to single row

Solution: If you need separate rows per piece, change the Qty Format setting to "Separate Rows" in the export configuration


Related Documentation