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
4 lines
35 B
CSV
4 lines
35 B
CSV
col1|col2|col3
|
|
a|b|c
|
|
d|e|f
|
|
g|h|i |