Skip to content

Uses JavaScript to take JSON data, convert it to CSV and have the browser GUI process it as a download

Notifications You must be signed in to change notification settings

jaranF/VanillaJS-CSVexporter

Repository files navigation

[14-July-2017] Goals of this project are have the CVSExporter function take a JSON object of stuff to convert to CSV, convert it to CSV then force the browser to download it. Will have to to use a server sidefall back for Safari as it does not seem to support "window.URL.createObjectURL('blob');" and "a.download = (fileName + ".csv");"

About

Uses JavaScript to take JSON data, convert it to CSV and have the browser GUI process it as a download

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published