Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 309 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 309 Bytes

Csv-Generator

Console application for generating a csv file with random data

Using:

./csv-generator	[-col <column_count>] [-row <row_count>] [-len <max_length>] [-enc <coding>] -out <output_filename>

-col default 5, max: 1000

-row default 10, max: 1000000

-len default 10

-enc default UTF-8