fast_csv_ex library

Functions

parse(String source, {String separator = ','}) List<List<String>>
Parses the CSV data and returns the result as a List<List<String>>.