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?