Using Faker for anonymizing data. #827
nautics889
started this conversation in
Ideas
Replies: 1 comment
-
Hi @nautics889, thanks a lot for the contributions :)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At first, thanks to @gventuri for merging #826 so soon.
These patch contained some refactoring of
Anonymizer
class, and when I was working on it, i've found it quite strange that we're generating mocked data ourself (like e-mails, card numbers, etc). I mean, instead we can use Faker.Moreover, we already have Faker in the project dependencies list (and not development one, btw).
P. S. decided to create a discussion topic rather than an issue, I feel it more like suggestion, not a feature request
Beta Was this translation helpful? Give feedback.
All reactions