EVL Anonymization


Products, services and company names referenced in this document may be either trademarks or registered trademarks of their respective owners.

Copyright © 2017–2021 EVL Tool, s.r.o.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.

Version 1.0

Released

2020/01

EVL Version needed

2.2

Description

Folder structure reorganized. Next to CSV, also an intelligent Excel config file can be used (list values, syntax checking). Job generators enhanced and generation of EVL workflows added.

Changes
  • project folder structure reorganized,
  • Anon type names get shorter: ‘ANONYMIZE’ changed to ‘ANON’.
New features
  • an intelligent Excel config file can be used (list values, syntax checking),
  • project generator,
  • EVL Workflow generator,
Migration script

Create new project in current directory:

evl anon new project your_project_name

Then modify your configs in old project:

# cd to your project directory
for i in anon-config.*.csv
do
  mv $i $i.bckp
  sed 's/;ANONYMIZE/;ANON/' $i.bckp >$i
done

and copy them into your new project directory:

cp anon.*.csv your_project_name/

And copy all your custom settings from ‘project.sh’ and ‘run/generate_jobs.*.evl’ files.