Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: RandomPerson transformer implementation #95

Closed
Tracked by #96
wwoytenko opened this issue May 6, 2024 · 1 comment · Fixed by #98
Closed
Tracked by #96

Feat: RandomPerson transformer implementation #95

wwoytenko opened this issue May 6, 2024 · 1 comment · Fixed by #98
Assignees
Labels
Milestone

Comments

@wwoytenko
Copy link
Contributor

Implement new RandomFullName that:

  • Generates FirstName, LastName, and Gender in one structure
  • Provide multicolumn transformation allowing to resolution of functional dependencies
  • Provide a gender parameter that represents a person's gender and the generator can use this value more to generate gender-related data
  • Parameter gender should support dynamic mode
  • Cover with tests
  • Each column can contain only a specific attribute or generate the total data using template
@wwoytenko wwoytenko self-assigned this May 6, 2024
This was referenced May 6, 2024
@wwoytenko wwoytenko changed the title RandomFullName transformer implementation Feat: RandomFullName transformer implementation May 6, 2024
@wwoytenko wwoytenko added this to the v0.2 milestone May 6, 2024
@wwoytenko
Copy link
Contributor Author

Implemented in #98

@wwoytenko wwoytenko changed the title Feat: RandomFullName transformer implementation Feat: RandomPerson transformer implementation May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant