Description
Read irregular CSV files more reliably than simple delimiter assumptions allow. It helps data tools detect dialects and handle files where separators, quoting, or formatting are inconsistent.
This is useful for data cleanup and import workflows. CSV detection can still make mistakes, so important imports should preview the parsed columns and preserve original files before transforming records.