SortSwift
Pricing
Sign InGet started
InventoryInventory OverviewBulk Lot BuilderMaster SetsChaos Sorting
Syncing
PricingSign In
SortSwift Docs
Getting Started
Core Features
Integrations & Tools
Support

Column Mapping

Map CSV columns to inventory fields, auto-mapping rules, and field validation.


After uploading your CSV, you'll map your columns to inventory fields:

  1. Review the detected CSV headers
  2. For each field (skuId, quantity, price, etc.), select the corresponding CSV column
  3. Auto-mapping attempts to match common column names (e.g., "SKU", "Qty", "Price")
  4. Verify all required fields are mapped
  5. Optional fields can be left unmapped if not in your CSV

Auto-Mapping Rules

  • SKU ID: Matches "skuId", "sku_id", "SKU", "SKU ID"
  • Product ID: Matches "productId", "product_id", "Product ID", "PRODUCT_ID"
  • Quantity: Matches "quantity", "qty", "Quantity", "QTY", "count"
  • Price: Matches "price", "Price", "PRICE", "sell_price"
  • Cost: Matches "cost", "Cost", "COST", "buy_price", "purchase_price"
  • Condition: Matches "condition", "cond", "Condition", "CONDITION"
  • Language: Matches "language", "lang", "Language", "LANGUAGE"
  • Printing: Matches "printing", "Printing", "PRINTING", "finish", "foil"

Field Validation

The system validates mapped fields:

  • Condition: Validates against accepted values (NM, LP, MP, HP, DMG) with auto-conversion
  • Language: Validates language codes (EN, JP, FR, etc.) with auto-conversion
  • Printing: "Normal" or "normal" = Normal, anything else = Foil
  • Quantity: Must be positive integer (comma-separated values sum together)
  • Price/Cost: Must be valid decimal numbers