mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-11-13 00:47:32 +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 |