delphidabbler / gbg

A Windows command line program to create a file of a given size, filled with garbage.
https://delphidabbler.com/software/gbg
MIT License
3 stars 0 forks source link

Generate CSV files with random data #15

Open delphidabbler opened 2 months ago

delphidabbler commented 2 months ago

Generation of CSV files could be useful for generating random data for testing, for e.g., spreadsheets or database.

There would be a need to specify the number and type of fields and to generate values of the required type.

Such info could be hard to specify on the command line, so maybe this information could be read from a config file.