Quick answer
CSV / TSV Formatter + Cleaner: what it generates
CSV / TSV Formatter + Cleaner generates cleaned CSV or TSV text from CSV or TSV input, input delimiter, output format, trim cells, and remove empty rows. The visible generation method is Output = parse quoted delimited rows, optionally trim cells and remove empty rows, pad ragged rows, then serialize as CSV or TSV.