An open API service indexing awesome lists of open source software.

https://github.com/brenordv/csv-data-gen


https://github.com/brenordv/csv-data-gen

Last synced: 3 months ago
JSON representation

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
```