Parse a CSV file using Apache Common skipping 3 lines including a empty line in java

195 views Asked by At

i have a CSV file in below format

CSV file format

i want to parse it to apache commons-csv parser ,since i have around 20 million of record,so that it will easy to process.Sorry if it is a repeated question,need suggestion.

Thanks in Advance

1

There are 1 answers

0
Asish Dash On

it can be done easily with open csv