parseFile


Description:

public static ArrayList<ArrayList<string>> parseFile (Path path)

Parses a CSV file into a list of rows.

Parameters:

path

path to CSV file.

Returns:

parsed rows and columns, or empty list on read/parse error.