unstructured
e4c89592 - fix(csv): partition_csv() raises on long lines (#2998)

Commit
1 year ago
fix(csv): partition_csv() raises on long lines (#2998) **Summary** The CSV delimiter-sniffer requires whole lines to properly detect the delimiter character. Limiting bytes read produced partial lines when lines were very long. Limit bytes but read whole lines. Fixes #2643.
Author
Parents
Loading