Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 468 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 468 Bytes

DSV Demo

How to build and run test script ?

  1. Clone this repository git clone https://github.com/fuad7405/dsvdemo.git
  2. $  cd dsvdemo
  3. $  mvn clean package

How to run from terminal ?

  1. $  mvn clean package
  2. java -jar appname-jar-with-dependencies.jar InputFileName FileDelimiter

    $  java -jar .\target\dsvdemo-jar-with-dependencies.jar "DSV input 1.txt" ","