Catch row and delimiter issues before creating a spreadsheet or import file.
Validate CSV before export
- Use when
- Use this path when CSV will be uploaded, emailed, imported, merged, or converted to XLSX.
- Avoid when
- Do not use validation to infer business correctness. It checks structure, not whether values are true.