read a large text file then write it as jsonl
- clone the project
- open the project by intellij
- add 3 arguments value in edit comfigure tab. like sourceFile destinationPath separator. example "D:\SourceCode\input.txt" "D:\SourceCode" ,
- run the project
- In project dir open the terminal
- mvn clean package
- java -jar .\target\application-final.jar "sourceFile" "destinationPath" ','