mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-06-27 02:30:08 +00:00

Closes #2218. When a csv has commas in its content, and the delimiter is something else, Pandas may throw an error. We can sniff the csv and get the correct delimiter to pass to Pandas. To verify, try partitioning the file in the linked bug.
5 lines
91 B
CSV
5 lines
91 B
CSV
Year;Month;Revenue;Costs;
|
|
2022;1;123;-123;
|
|
2023;2;143,1;-814,38;
|
|
2024;3;215,32;-11,08;
|