Skip to content

Instantly share code, notes, and snippets.

@CorneAussems
Created October 18, 2017 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CorneAussems/91bdbfc217fef6e8272c7e9ddc48d165 to your computer and use it in GitHub Desktop.
Save CorneAussems/91bdbfc217fef6e8272c7e9ddc48d165 to your computer and use it in GitHub Desktop.
Anonymize BE employee import
<INTERN_NUMMER>(.*)</INTERN_NUMMER>\n^(.*)<ACHTERNAAM>Diwali</ACHTERNAAM>\n^(.*)<VOORNAAM>Sunder</VOORNAAM>\n^(.*)<GESLACHT>V</GESLACHT>\n^(.*)<TAAL>NL</TAAL>\n^(.*)<EMAIL>(.*)</EMAIL>
<INTERN_NUMMER>\1</INTERN_NUMMER>\n\2<ACHTERNAAM>Diwali</ACHTERNAAM>\n\3<VOORNAAM>Sunder</VOORNAAM>\n\4<GESLACHT>V</GESLACHT>\n\5<TAAL>NL</TAAL>\n\6<EMAIL>\1@hema.whatever</EMAIL>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment