I have a very big CSV file (1GB+), it has 100,000 line.
I need to write a Java program to parse each line from the CSV file to create a body for a HTTP request to s
If you're looking to unzip and parse in the same operation, have a look at https://github.com/skjolber/unzip-csv.