/Web-CSV-Generator

Web CSV Generator is a web-based random CSV data generator written in JavaScript

Primary LanguageJavaScriptMIT LicenseMIT

Web CSV Generator

Web CSV Generator is a web-based random CSV data generator written in JavaScript. It allows to generate CSV files.

Try the demo here: https://extendsclass.com/csv-generator.html

alt text

Dependencies

This tool uses:

Install

Drop the files into a directory (on a server or on your PC) and then visit in a browser.

Note for Chrome: This tool uses zip.js which uses web workers and Chrome does not allow loading web workers when running scripts from a local file. When you launch Chrome you must use the --allow-file-access-from-files flag. You can also use a http server.

Launch tests

No implemented yet.

License

MIT