Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 617 Bytes

File metadata and controls

20 lines (16 loc) · 617 Bytes

CSV Generator Script

Generates a fake CSV that is 1000 lines long

structure is as follows

id email name is_parent
alphanumeric hash RFC 5322 valid email text boolean

Running

make sure you have (Node)[https://nodejs.org/en/download/] installed

make sure you have installed the dependencies by running

npm install

to generate a csv run

npm run generate