Skip to content

Download templates

Redline provides downloadable CSV templates for each data type. These templates contain the correct column headers and example data to help you format your ERP exports.

Download templates from ERP Data → Import by clicking the download icon on each data type card:

TemplateKey columnsPurpose
Item Masteritem_number, description, item_type, lead_time_days, unit_of_measure, revision, statusPart master data with lead times
Supplier Itemsitem_number, supplier_id, supplier_name, supplier_lead_time_days, is_preferred, moq, unit_priceSupplier-specific lead times and pricing
Stock Levelsitem_number, warehouse, quantity_on_hand, quantity_allocated, quantity_available, unit_of_measureCurrent inventory by location
Open Purchase Ordersitem_number, po_number, po_line_number, supplier_id, quantity, quantity_received, expected_dateOutstanding POs with delivery dates
Open Production Ordersitem_number, order_number, quantity, quantity_completed, expected_date, start_date, statusActive manufacturing orders

For BOM uploads, the template format depends on your import mode:

ColumnRequiredDescription
parent_item_numberYesParent assembly item reference
component_item_numberYesChild item reference
bom_levelYes0 = top-level, 1+ = sub-assemblies
quantityYesQuantity per assembly
item_typeNoMAKE, BUY, PHANTOM, or DUMMY
unit_of_measureNoUoM code
revisionNoItem revision level
ColumnRequiredDescription
erp_bom_keyYesUnique line identifier from ERP
erp_parent_keyYesParent line identifier (blank for top-level)
item_numberYesItem reference
quantityYesQuantity per assembly
  • Delimiter — Redline auto-detects ; (semicolon) or , (comma)
  • Decimal format — supports both European (1,5) and US (1.5) notation
  • Date format — ISO 8601 preferred (2026-03-27), but common formats are accepted
  • Encoding — UTF-8 recommended