console program to watch and process .csv files.
- clone to your PC
git clone https://github.com/ImTema/folderMonitor.git
- compile maven file (pom.xml)(IntellijIdea)
- run program:
- in IntellijIdea choose
Main.classand pressctrl+f10 - in independed option type in command line:
java -jar path/to/jar/folderMonitor-with-dependencies.jar path/to/config.properties
in case with maven compilation path is:IdeaProjects/folderMonitor/target/folderMonitor-1.0-SNAPSHOT-jar-with-dependencies.jar
path/to/config.properties is optional. By default folders are path/to/jar/
to terminate program put __stopnow__.csv file in scan directory (it can be with empty content)
-
XML task
input and output formats in XML: XSD should be created
-
UI Design
in order to show user log data.
-
JDBC implementation