We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I use longitude / latitude fields since it can return negative floats so Anonymizer throw an error :
In Anonymizer.php line 46
[WebnetFr\DatabaseAnonymizer\Exception\InvalidAnonymousValueException] Generated value must be null or string
The text was updated successfully, but these errors were encountered:
Hello @r-ichard,
Could you give me more elements so that I can reproduce the error ?
Sorry, something went wrong.
Hello,
Sure ! Here is my config file :
webnet_fr_database_anonymizer: tables: project: fields: name: generator: faker formatter: word longitude: generator: faker formatter: longitude latitude: generator: faker formatter: latitude address: generator: faker formatter: streetAddress zipCode: generator: faker formatter: postcode city: generator: faker formatter: city address_typed: generator: faker formatter: streetAddress
If I dump $anonValue in Anonymizer on line 46 i get : 149.299745
$anonValue
No branches or pull requests
When I use longitude / latitude fields since it can return negative floats so Anonymizer throw an error :
In Anonymizer.php line 46
The text was updated successfully, but these errors were encountered: