Skip to content

Converts DSV (Delimiter-separated values) files into JSONL (JSON line) format

Notifications You must be signed in to change notification settings

fuad7405/dsvdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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" ","     

About

Converts DSV (Delimiter-separated values) files into JSONL (JSON line) format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages