DEV Community

Discussion on: What is the best test data generator?

Collapse
 
aghost7 profile image
Jonathan Boudreau

I'm not sure what the question is. Can you elaborate? I'm probably misunderstanding but you could generate a csv file randomly using aforementioned library. In the past I've used csv-parse and the same author has published a csv-stringify library:

npmjs.com/package/csv-stringify

I've never used this library but perhaps you could combine casual with this one to fit your needs.