Deals with certain edge cases other parsers aren't capable of and does not require pre-processing for metadata trimming. You don´t want to rely on rather big libraries such as Apache Commons CSV, ...
Quick CSV streamer is a high performance CSV parsing library with Java 8 Stream API. The library operates in "zero-copy" mode and only parses what is required by the client. Amount of garbage produced ...