Tiny web application that allows you to anonymize CSV files. Based on InterSystems IRIS®
Version:store/intersystems/iris-community:2020.3.0.221.0
Application
Sample CSV where Date of Birth and Sex will remain untouched, while the rest should be anonymized.

The application recognizes the header columns and allows the user to chose which ones to ignore.

After processing.

Setup
Make sure you have Docker up and running before starting.
Option 1
Recommended in case you just want to get the application up and running.
docker run --name anonymizer --publish 9091:1972 --publish 9092:52773
