DEV Community

Cover image for Parse a CSV file in Java
coder4life
coder4life

Posted on

Parse a CSV file in Java

In the video below you can see how you can parse a CSV file in Java using the OpenCSV library. We will read the CSV content line by line and we will map it to Java Objects.

Top comments (0)