CSVApi
csvGetAllRows
CSVApi.csvGetAllRows(filePath)
or
CSVApi.csvGetAllRows(filePath, separator)
or
CSVApi.csvGetAllRows(filePath, separator, columnNames)
or
CSVApi.csvGetAllRows(filePath, separator, columnNames, columnNameLine)
Parameters
filePath (string)
separator (string)
columnNames (List of strings)
columnNameLine (int)Returns
A list of dictionaries representing the rows in the CSV file.csvGetPage
Parameters
Returns
getCSVIterator
Parameters
Returns
getCSVIterator
Parameters
Returns
getCSVIterator
Parameters
Returns
getCSVIterator
Parameters
Returns
getCSVIterator
Parameters
Returns
Last updated