Home Applications iris-csv-anonymizer

iris-csv-anonymizer

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
5
1 reviews
0
Awards
328
Views
46
IPM installs
0
4
Details
Releases
Reviews
Issues
Pull requests
Articles
Version: store/intersystems/iris-community:2020.3.0.221.0

What's new in this version

Automatic version update

CSV Anonymizer Powered by InterSystems IRIS®

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.

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.

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 rlourenc/iris-csv-anonymizer:1.0

Option 2

Recommended in case you want to play with the source code and twiki it to your taste.

Clone the repository to your desired directory

git clone https://github.com/OneLastTry/iris-csv-anonymizer.git

Once the repository is cloned, execute:

Always make sure you are inside the main directory to execute docker-compose commands.

docker-compose up

Access

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

Read more
Made with
Install
zpm install iris-csv-anonymizer download archive
Version
1.0.312 Jan, 2021
Category
Technology Example
Works with
InterSystems IRIS
First published
12 Jan, 2021
Last checked by moderator
27 Jun, 2023Works