Hi,
For a storage system I need to transfer data from a .csv file (info from a scanner) to two different excel files, one with the entire storage, the other for projects. I need to register how much I take for a project and update the storage file. The .csv file contains "project number", "User", "Product number", "Quantity", "Date and time". I want to transfer the project number, product number and quantity to the project file, and collect product info from the storage file to the project file. Then I want to update existing values in the storage file to register how much is taken/put back.
Does anyone have any idea?
I have tried writing something in eclipse with Apache POI and Apache commons csv installed, but I am not good enough in programming yet.
Any help is greately appreciated. If only just a thought.