Manuals/calci/CSV

CSV(url,accessor,callback)


Description

  • CSV is for comma separated files.
  • The first parameter is the url of .csv file, or webapi, or webservice which will return csv data.
  • The second optional parameter is a conversion function which allows us to change the representation.
  • The third optional parameter is a callback function which will be executed once the .csv file/data is loaded.
  • It passes parsed data object as a parameter to callback function.

Examples

See Also

References

CSV