How to use delimiter having multiple characters using apache commons csv
I have a input file whose delimiter is a combination of characters like #$#. But apache commons CSVParser consider only a character not multiple characters. Please find the input file: Rajeev Kumar Singh ♥#$#[email protected]#$#+91-9999999999#$#India Sachin Tendulkar#$#[email protected]#$#+91-9999999998#$#India Barak Obama#$#[email protected]#$#+1-1111111111#$#United States Donald…