Skip to content

OneLastTry/iris-csv-anonymizer

Repository files navigation

CSV Anonymizer Powered by InterSystems IRIS®

Tiny web application that allows you to anonymize CSV files. Based on InterSystems IRIS®

Application

Sample CSV where Date of Birth and Sex will remain untouched, while the rest should be anonymized.

before

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

demo

After processing.

after

Setup

Make sure you have Docker up and running before starting.

Clone the repo git clone https://github.com/OneLastTry/iris-csv-anonymizer.git and then execute from the main directory docker-compose build.

Execution

Once the build is complete, from the main directory, start your iris container:

  • start container: docker-compose up -d

Access

You can now access the application via http://localhost:8092/appl/Anonymizer.Web.Application.zen

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published