I'm getting following error while reading csv from hdfs-
java.lang.RuntimeException: java.io.IOException: (startline 1) EOF reached before encapsulated token finished
when i looked into csv file found CRLF (newline) within column is causing this.
How to tackle this?
I'm using commons-csv-1.4