https://github.com/brenordv/csv-data-gen
https://github.com/brenordv/csv-data-gen
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brenordv/csv-data-gen
- Owner: brenordv
- Created: 2023-03-18T00:16:39.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T00:19:44.000Z (about 2 years ago)
- Last Synced: 2025-01-20T08:13:13.774Z (5 months ago)
- Language: C#
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CSV Data Generator
Simple command line tool to generate CSV files with random data.## Command line
```shell
csvdatagen.exe
```### Examples
Creates a file called `new_data.csv` with 99,999 records.
```shell
csvdatagen.exe new_data.csv 99999
```Creates a file called `data.csv` with 1,000 records.
```shell
csvdatagen.exe
```