- Reading input CSV file where data separated by ";"
- Calculating values
- Writing to an output file with the same format
===============================================
POM provides packaging into executable *.jar
In order to use this jar just call (in terminal): java -jar SunriseTest.jar inputfile.csv outputfile.csv
(There is already packaged jar in the repository)
Regards,
Timk