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
This tool uses:
- CodeMirror (MIT license)
- Zip.js (BSD license)
- Papa Parse (MIT license)
- Random name (MIT license)
- Countries.json (?)
- Geodata (MIT license)
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.
No implemented yet.
MIT