Vvv
2009-10-20 02:35:50 UTC
I have about 100 files in .xls with the same header (order number, amount, order name, date of purchase, etc), and need to run them against some checks, e.g.: date is yyyymmdd, order amount is bigger than zero, there are no duplicates for each combination of (customer ID, time order made, product ID) etc.
I don't want to parse the files field-by-field, especially when it is possible that the format will change (and related checks with it).
Maybe someone knows a quick way to do the validation --- like a .dll or application ?
Many thanks !!
V.