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

fix Gandalf phone number - valid phone numbers cannot start with 1. #3061

Merged
merged 1 commit into from
Jun 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dlp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Optional flags are explained in [this resource](https://cloud.google.com/dlp/doc
```$xslt
Name,TelephoneNumber,Mystery,Age,Gender
James,(567) 890-1234,8291 3627 8250 1234,19,Male
Gandalf,(123) 456-7890,4231 5555 6781 9876,27,Male
Gandalf,(223) 456-7890,4231 5555 6781 9876,27,Male
Dumbledore,(313) 337-1337,6291 8765 1095 7629,27,Male
Joe,(452) 123-1234,3782 2288 1166 3030,35,Male
Marie,(452) 123-1234,8291 3627 8250 1234,35,Female
Expand Down