Feature Guides
Barcode / QR Scanning & Parsing
7min
the barcode/qr scanner control allows inspectors to scan codes during inspections, saving time on data entry and reducing errors it supports both camera based scanning and manual entry, and can display the scan result in the report in multiple formats how it works once a barcode or qr code is scanned, the following display options can be toggled on/off image of scan the actual image captured by the device scanned code text the raw alphanumeric code contained in the barcode or qr extracted code image an image file of just the barcode region (if enabled) you can also choose whether this information appears only during the inspection or in the final report as well manual entry option if a scanner isn’t available or the code is damaged, you can enable manual entry so users can type the code instead output parsing parsing allows you to break up a scanned code into smaller pieces of data and send them to different fields in your form why it’s useful many barcodes contain multiple pieces of information in a single string — for example 123|steel 002|new york this might represent item id 123 product code steel 002 location new york instead of storing that as one long text value, you can split it into separate fields automatically using parsing parsing setup once parsing is enabled, you can configure parse by delimiter (e g , pipe |, comma ,, dash ) number of characters prefix/suffix if the code is wrapped in brackets or other characters (like {123|xyz}), you can trim them off destination fields assign each extracted segment to a specific field in your template example steel pipe tracking say each pipe has a barcode that looks like this p001 4in 0524 you can parse by delimiter send p001 to pipe id 4in to diameter 0524 to production batch this allows inspectors to instantly scan and populate the form with structured, validated data — no manual typing needed