mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-27 19:10:33 +00:00

This PR fixes the error “Failure to process CSV: Expected 2 fields in line 2, saw 4” when '|' is used as a delimiter in the csv file
35 B
35 B
1 | col1 | col2 | col3 |
---|---|---|---|
2 | a | b | c |
3 | d | e | f |
4 | g | h | i |