This is a desktop application that makes importing stock quantities into a Unicenta database easy.
This application enables a user to select a file, define a Database connection and choose to overwrite or append the data in the database.
If a UPC doesn't exist in the products table, it gets rejected because I don't want stock levels for non-existent products.
If the CSV file contains invalid data like
1. Empty lines
2. Non-numerical values in the quantity field
that line...