Manuals/calci/CSV

From ZCubes Wiki
Revision as of 03:20, 24 February 2020 by Devika (talk | contribs) (Created page with "<div style="font-size:30px">'''CSV(url,accessor,callback)'''</div><br/> ==Description== *CSV is for comma separated files. *The first parameter is the url of .csv file, or we...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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