csvtriage: robust CSV loader that recovers from messy files
csvtriage tackles the common pain of broken CSVs by auto‑detecting encoding, delimiters, and handling ragged rows, HTML junk, and compression. It parses with Polars, repairs with ftfy, and returns a detailed ReadReport so users know exactly what was changed or quarantined. Ideal for data engineers and analysts who need trustworthy imports without silent data loss, offering more transparency than typical CSV parsers.
View on GitHub →Burton-David/csvtriage