Auto detect delimiter in CSV using Apache Commons CSV

489 Views Asked by At

I am using Apache Commons CSV for parsing CSV files. My application use two type of CSVs with similar headers, one with comma (,) as separator and other has semi colon (;) as separator.

Is there any way to autodetect separator in CSV files using Apache Commons CSV?

0

There are 0 best solutions below