Read a CSV File

# Introduction In this lab, we will learn how to read a CSV file using Java programming language. CSV (Comma Separated Values) is a file format used to store and exchange data between systems. We will use two methods to read the CSV file: using the OpenCSV library and using the Scanner class.

|60 : 00

Click the virtual machine below to start practicing