Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 462 Bytes

readme.md

File metadata and controls

20 lines (11 loc) · 462 Bytes

Random CSV data generator

This is the attempt to generate random normally distributed CSV data for a year.
The script creates data for a year. For the current year it generates data until today.

Usage

ruby random_csv.rb

will show the context help which explains the usage

The script supports a year parameter:

ruby random_csv.rb 2020

Generate CSV files

To generate a file use the > operator

ruby random_csv.rb 2020 > path/to/file