-
Notifications
You must be signed in to change notification settings - Fork 146
Description
Is your feature request related to a problem? Please describe.
Mock data generation could be improved by understanding more context about the column by looking at its name (when it has a good name).
Describe the solution you'd like
A column called "email" or some variant of it should have a fake email. Similar for anything with location, names, etc. https://github.com/brianvoe/gofakeit?tab=readme-ov-file#functions has a lot of options that could be supported.
Describe alternatives you've considered
Adding an AI-powered method could help accomplish this as it could be used to try and find out the context of each column and then calling an appropriate function along with a callback for those that are not supported.
Additional context
In the screenshot below, the lorem ipsum is in the password column, but in the username and email it is just garbled text.