{
  "schemaVersion": "1.0",
  "caseId": "column-count",
  "slug": "shopify-csv-inconsistent-column-count",
  "productId": "shopify-csv-preflight",
  "representedProductVersion": "0.7.31",
  "fixtureIdentity": "11_inconsistent_column_count.csv",
  "validationMode": "unknown",
  "inputDigest": "sha256:7f79e43e318de50e31213800175242cec7029ee9882124c41c8b1ba4a8bf75af",
  "verdict": "BLOCKED",
  "summary": {
    "dataRows": 1,
    "columns": 3,
    "criticalCount": 1,
    "warningCount": 1,
    "infoCount": 0,
    "safeFixCount": 0
  },
  "issues": [
    {
      "autofix": "none",
      "source": "quality_check",
      "severity": "critical",
      "code": "CSV_INCONSISTENT_COLUMN_COUNT",
      "row": 2,
      "message": "Row has 2 columns, but header has 3.",
      "suggestion": "Check commas, quotes, and embedded line breaks."
    },
    {
      "autofix": "none",
      "source": "quality_check",
      "severity": "warning",
      "code": "PRICE_BLANK",
      "row": 2,
      "column": "Price",
      "canonicalField": "price",
      "message": "Price is blank.",
      "suggestion": "Confirm whether this product or variant should have a price."
    }
  ],
  "appliedSafeFixes": [],
  "remainingIssues": [
    {
      "autofix": "none",
      "source": "quality_check",
      "severity": "critical",
      "code": "CSV_INCONSISTENT_COLUMN_COUNT",
      "row": 2,
      "message": "Row has 2 columns, but header has 3.",
      "suggestion": "Check commas, quotes, and embedded line breaks."
    },
    {
      "autofix": "none",
      "source": "quality_check",
      "severity": "warning",
      "code": "PRICE_BLANK",
      "row": 2,
      "column": "Price",
      "canonicalField": "price",
      "message": "Price is blank.",
      "suggestion": "Confirm whether this product or variant should have a price."
    }
  ],
  "safeFixedFileEmitted": false,
  "generatedFromSourcePaths": [
    "evidence/shopify-csv-failure-atlas/cases.json",
    "test-fixtures/fixtures.json",
    "src/validateShopifyCsv.ts",
    "src/rules/",
    "src/autofix/"
  ],
  "limitations": [
    "The checker identifies the row but does not guess which delimiter or value is missing."
  ],
  "canonicalUrl": "https://q-surface.com/evidence/shopify-csv-failures/shopify-csv-inconsistent-column-count/"
}
