DataCSV

DataCSV

Copyright (c) 2019

Constructor

new DataCSV()

vis data

Author:
  • Elitza Vasileva
  • Bernhard Pointner
Source:

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