A simple Java utility to parse CSV files. Adapted from https://www.mkyong.com/java/how-to-read-and-parse-csv-file-in-java/.
Takes as input the name of a delimited text file, like a CSV file. Parses and returns the cells in the CSV file as a list of lists. The separator and quote characters are customizable.
This source code is released without any warranty, implicit or explicit. Feel free to customize it.