Skip to content

pathan09/dsv_to_jsonl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dsv_to_jsonl

read a large text file then write it as jsonl

How to run the project

  1. clone the project
  2. open the project by intellij
  3. add 3 arguments value in edit comfigure tab. like sourceFile destinationPath separator. example "D:\SourceCode\input.txt" "D:\SourceCode" ,
  4. run the project

How to create jar

  1. In project dir open the terminal
  2. mvn clean package

How to use the jar

  1. java -jar .\target\application-final.jar "sourceFile" "destinationPath" ','

About

read a large text file then write it as jsonl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages