To build, test and run the project, you need to have maven installed:
Build and run tests:
$ mvn package
Run:
$ java -cp target/csv-1.0-SNAPSHOT.jar com.seqera.Main [<path-to-in-file>] [<path-to-out-file>]