Skip to content

wonque/trn-2-msg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trn-2-msg app

App reads transaction file and writes the result to file

MOST IMPORTANT NOTE

It works on my machine =)

Other non-crucial =) info how to build/run/etc

Notes

This is a simple single threaded solution. Possibly to process large input file a multi-threaded and more efficient solution can be implemented.

Build

cd <project_dir>

./gradlew jar

generated jar located in

build/libs

Usage

java -jar trn-2-msg-1.0-SNAPSHOT.jar <transaction_file_path> <output_file_path>

Logging location

By default program should create log file in {user.home}/logs/

About

Homework task for TietoEvry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages