CSV PARSING AND GENERATING CHARTS IN LIGHTNING COMPONENTS

CSV parsing and generating charts in lightning components

Lightning offers advantage over classic that it allows a lot of client processing thus saving the server side actions. One of the scenarios that I would like to cover is parsing CSV file and generating reports from the data fetched without any server side actions. Let us consider, I have a CSV file (comma separated ) …

CSV parsing and generating charts in lightning components Read More »