- Hello Everyone!
I am looking for a simple and efficient way to generate Mock data of any kind. For example I wanted to test some functionalities with a library base. I want to be able to generate 20 rows ot a data set with the following columns:
- ”book title” with a string data type
- “authors” with a string data type
- “Publishing date” with date data type
And so on…
I found some stuff here and there but any of them are totally matching my criterias.
Which tool are you using to do so?
Thanks!