Skip to content

[FR] - Mock data generation improvement to use column name as context for better mocked data #589

@modelorona

Description

@modelorona

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.
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgoPull requests that update Go codegood first issueGood for newcomershelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions