Be sure to run npm install before you test on this branch
Using json2csv, create a button capable of exporting information into a csv file
The Node Async Parser gives an extremely high level of abstraction for this job, making it super easy to convert from json to csv.
Make a function that can convert allUsers, userData, and eventData into legible csv's.
Be sure to run
npm installbefore you test on this branchUsing json2csv, create a button capable of exporting information into a csv file
The Node Async Parser gives an extremely high level of abstraction for this job, making it super easy to convert from json to csv.
Make a function that can convert allUsers, userData, and eventData into legible csv's.