Update Pseudonymization authored by Kai van Lopik's avatar Kai van Lopik
...@@ -7,7 +7,7 @@ Data storage systems usually assign unique identifiers to the entries they store ...@@ -7,7 +7,7 @@ Data storage systems usually assign unique identifiers to the entries they store
| Id | Name | BankAccountNr | LastDoctorVisit | ... | | Id | Name | BankAccountNr | LastDoctorVisit | ... |
| --- | ------- | ------------------ | --------------- | --- | | --- | ------- | ------------------ | --------------- | --- |
| 1 | Scrooge | NL50ABNA3690200148 | 1843-12-19 | ... | | 1 | Scrooge | NL50ABNA3690200148 | 1843-12-19 | ... |
| 2 | Donald | <NULL> | 2021-01-06 | ... | | 2 | Donald | &lt;NULL&gt; | 2021-01-06 | ... |
| 3 | Ariel | DK3650519625773963 | 1989-11-17 | ... | | 3 | Ariel | DK3650519625773963 | 1989-11-17 | ... |
| 4 | Eric | DK3650519625773963 | 2013-11-19 | ... | | 4 | Eric | DK3650519625773963 | 2013-11-19 | ... |
| ... | ... | ... | ... | ... | | ... | ... | ... | ... | ... |
... ...
......