Skip to main content

CALPADS error brief ยท FRMT

FRMT0009

Invalid column count for file type
Severity Fatal
Error type Input Validation
Record type FRMT

Official CALPADS rule

What CALPADS is rejecting

Format for invalid column (fields) count based on file type

Focus fields

Fields validated

All SPRG fields

Recommended correction path

Suggested resolution

Empty is a value position

SituationCorrect structureFailure
Optional field blankKeep adjacent delimitersDeleting the position shifts every later field
Legacy field unusedLeave its column emptyRemoving the column shortens the row
Text contains delimiterPrevent/handle according to file rulesAn embedded delimiter creates an extra column

Do not count only populated fields. Count the 26 declared positions from 3.01 through 3.26, including blank legacy positions.

Common causes

  • Spreadsheet export omitted trailing blank columns.
  • A manual edit deleted adjacent delimiters.
  • Header/detail layouts were mixed.
  • A name or local value introduced a delimiter.
  • An older SPRG template with a different layout was reused.

Recommended correction path

  1. 1

    Find the first malformed row

    Compare its delimiter count with a known-good Version 18 row.

  2. 2

    Map positions 3.01โ€“3.26

    Confirm empty and retired columns remain present.

  3. 3

    Repair the generator

    Fix export selection, quoting, trailing blanks, or template version.

  4. 4

    Validate every row

    Do not stop after correcting the first rejection.

Official FRMT0009 page