Errors
csv_parse_failed
Everyn could not parse an uploaded CSV dataset source.
csv_parse_failed means the uploaded file could not be parsed as the dataset CSV Everyn expected.
Recovery guidance
Check for:
- invalid encoding
- inconsistent columns
- broken quoting or delimiters
- content that is not CSV
- truncated upload content
Retry is appropriate after the CSV content is corrected or a new upload is created.