/DSVReader

A simple command line program in cats that reads bundled delimiter separated files

Primary LanguageScala

Objective

Reads one of the bundled demiliter separated files and generates an output in HTML formt

Instruction to run the project

Go to the root of the project and issue the command $ sbt clean compile test package publishLocal run

One would be asked to choose which file to process. Make your choice and the program would specify the path of the HTML file containing input file's data.

Result

Result

Remarks