baileydauterman / Faker.NET

MIT License
1 stars 0 forks source link

Create a Generator for CSVs #10

Closed baileydauterman closed 1 year ago

baileydauterman commented 1 year ago

Create a way to dynamically fake a csv. Takes in column names and data types and converts everything to a csv file type. Can be outputted to a CSV or used to test data.

baileydauterman commented 1 year ago

Completed with commit 976bf89