csv-test-data-generator icon indicating copy to clipboard operation
csv-test-data-generator copied to clipboard

CSV test data generator aimed, good for million of rows generation

Results 2 csv-test-data-generator issues
Sort by recently updated
recently updated
newest added

I've edited some lines of code so user can add header to csv file.

In Existing code, the seq field is incremented only upto chunksize value. If desiredRecords> chunksize, then the sequence repeats itself. i.e: chunk size 4, seq(10) Record Data:- seq, 10, 11,...