Skip to content

Update the stock from a flat file with numerics in an Excel sheet

License

Notifications You must be signed in to change notification settings

avdyk/stockupdater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stockupdater

Update the stock from a flat file with numerics in an Excel sheet

Install

Install Java JDK8 minimum.

Use maven to compile, package or launch the project.

Launch

Example to launch the tests:

$ mvn exec:java -Dstock.file=src/test/resources/stock.txt -Dexcel.file.in=src/test/resources/articles.xls -Dupdate .type=UPDATE -Dexcel.sheetname="my export articles" -Dexcel.in=s_id -Dexcel.out=new_stock

Properties:

  • excel.file.in
  • excel.file.out
  • excel.sheetname.in
  • excel.sheetname.out
  • excel.stock
  • excel.out
  • excel.in
  • stock.file
  • update.type

About

Update the stock from a flat file with numerics in an Excel sheet

Resources

License

Stars

Watchers

Forks

Packages

No packages published