bentonam / fakeit

Generates JSON documents based on models defined in YAML and adds them to a Couchbase Bucket
MIT License
86 stars 21 forks source link

CSV options #175

Open grizonguds opened 6 years ago

grizonguds commented 6 years ago

I progressively discover fakeit. It seems to be a really good project with nice conception. Bravo !

Unfortunately, in my project i need to fake severals csv files with different format (tab delimiter, pipe delimiter, quoted string, unquoted string...) to match the data of my providers. So, it would be awesome if we could pass options to the csv.stringify from cli.

What do you think about this ?