Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 342 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 342 Bytes

Building the pipeline

Build with Ant using the target 'jars'. The complied jar file will be placed in the folder 'jars'.

Executing the pipeline

java -jar anonymize-commute-health-v{version}.jar -i {input.csv} -o {output.csv}

Example

java -jar jars/anonymize-commute-health-v0.1.jar -i data/CommData.csv -o data/output.csv