Check the presence of a bar code in a CSV file, the scanning ...
ScanCheck to verify the presence of a bar code in a CSV file and export the results into another CSV file.The import is done in a table. The CSV file to import must:- Contain between 2 and 10 columns of data.- To appoint "scancheck.csv"- To find the root of the phone storage (not the SD card)When importing, the application will ask you to specify the CSV data separation character and the column number in which he must seek the barcode.Once the imported CSV, checking for the presence of the bar code in the table is carried out by scanning or typing. If the bar code is found, the application adds date and hour in the column "ScanCheck" created when importing.When exporting data, a named "scancheck_results.csv" file is created in the same storage location as the imported file (root phone)ScanCheck also will launch the "camera" application directly from the application.The recognized barcode types are : UPC A, UPC E, EAN 128, EAN 13, EAN 8, Code 128, Code 39, Code 93, Interleaved 2 de 5, Datamatrix, PDF 417,QR Code, Aztec.Minor bug fixes