jtablesaw / tablesaw

Java dataframe and visualization library
https://jtablesaw.github.io/tablesaw/
Apache License 2.0
3.53k stars 641 forks source link

Feature request: Support multi-character delimiters. #1239

Open dajester2013 opened 11 months ago

dajester2013 commented 11 months ago

The Univocity CSV parser already supports multi-character delimiters, but it does not appear to be exposed through the tablesaw API.

We have a provider who formats bulk-insert files using <=> as the column separator.