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:
- Configure exports on your products (in Catalog → Exports)
- Download exports from orders (in Orders → Exports view)
This page covers downloading exports from orders. For configuration, see Product Exports.
Export Formats
| Format | Extension | Best For |
|---|---|---|
| CSV | .csv | Spreadsheets, CNC machines, data analysis |
| ORD | .ord | Cabinet Vision software |
Accessing Order Exports
From an Individual Order
- Open the order you want to export
- Select "Exports" from the dropdown or navigation
- 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)
| Element | Description |
|---|---|
| Name | Export configuration name |
| Badge | "CSV" or "CSV (New)" |
| Export CSV | Downloads the CSV file |
| Preview Data | Shows table preview before download |
ORD Export Cards (Purple)
| Element | Description |
|---|---|
| Name | Export configuration name |
| Badge | "ORD (Builder)" for visual builder exports |
| Export ORD | Downloads the ORD file |
| Preview Data | Shows ORD file structure before download |
Exporting Individual Files
Export a Single CSV
- Find the item with the export you want
- Click the green "Export CSV" button
- File downloads as
Order#[number]-[product]-[index]-[name].csv
Export a Single ORD
- Find the item with the ORD export
- Click the purple "Export ORD" button
- 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.csvOrder#1125-Base Cabinet-1-Cabinet Vision.ord
Using Exported Files
CSV Files
CSV files can be used with:
| Application | How to Use |
|---|---|
| Excel/Sheets | Open directly or import |
| CNC Software | Import as cut list or job file |
| Custom Scripts | Parse with any CSV library |
| Shop Management Systems | Import order data |
ORD Files
ORD files are specifically for Cabinet Vision:
- Open Cabinet Vision
- Navigate to File → Import (or similar)
- Select the downloaded
.ordfile - Cabinet Vision imports the cabinet specifications
- Review and adjust as needed
What Gets Exported
CSV Export Content
Based on your column configuration:
| Source | What's Included |
|---|---|
| Line Items | Width, height, depth, qty, notes, etc. |
| Product Options | Selected attribute values |
| Parts | Part dimensions from Parts & Components |
| Built-in | Row number, item number, product name |
| Order Data | Order number, customer info |
ORD Export Content
Based on your ORD Builder configuration:
| Section | What'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:
- Go to Catalog → [Product] → Exports
- Create a CSV or ORD export using the visual builder
- Save the configuration
- 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:
- Preview the export first to verify data
- If incorrect, edit the export configuration on the product
- Check field mappings in the column editor
ORD File Not Working in Cabinet Vision
Cause: Field mappings don't match Cabinet Vision expectations
Solution:
- Verify ORD field keys match Cabinet Vision's naming
- Ensure required fields (Width, Height, Depth) are mapped
- 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
- Product Exports — Configure export templates
- Build Sheets — Visual production documents
- Parts & Components — Configure product parts