viswanath7 / DSVReader

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Scala 84.6%Language:HTML 15.4%