libCsvParser

Library to parse CSV files.

parseCSV( data [, firstRowIsHeaders] )

Description: Parses the CSV data into a multi-dimensional array.

Parameters:
data - CSV data to be parsed.
firstRowIsHeaders - optional; true if the first row of the CSV data is header names.

Returns:
a multi-dimensional array with the first element being the row number and the second element being the column number (or name)