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

214 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 best solutions below

0
On

it can be done easily with open csv