Skip to content

Read unordered contents from a flatfile and order it in a well formed JSON

Notifications You must be signed in to change notification settings

adityakn/flatfile-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flatfile-service

Read unordered contents from a flatfile and order it in a well formed JSON

Flatfile project is maven based springboot project. To import to any IDE please import as existing maven project.

How to run this program:

  1. Execute following maven command "mvn clean install". You should have maven, java 8 installed. After compiling target/flatfile-service-0.0.1-SNAPSHOT.jar file will be generated.
  2. Execute following java command "java -jar target/flatfile-service-0.0.1-SNAPSHOT.jar input.txt output.txt". input.txt should be there in the path where java program is being executed.

About

Read unordered contents from a flatfile and order it in a well formed JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages