# CSV record-boundary checklist

- Count fields after parsing quotes, not by counting commas.
- Keep a quoted newline inside its cell.
- Reject or repair a row with the wrong field count; never guess a missing value.
- Do not guess missing values; confirm them with the source.
- Reopen the exported file and compare headers, rows, columns, and multiline cells.
