Methods
readAll(_callback)
Reads the data from a .csv file
- Source:
Parameters:
Name | Type | Description |
---|---|---|
_callback |
readData(response, _callback)
Processes the read data and stores it in an array of objects
- Source:
Parameters:
Name | Type | Description |
---|---|---|
response |
response from the previous function | |
_callback |