Skip to main content

Setting up a scan command to ignore barcode characters

Successfully scan barcodes with unwanted extra characters that are included your the guest output data.

Written by Anthony Sergeant
Updated this week

Setting up a scan command to ignore barcode characters

Some ticketing or registration platforms add extra characters to barcode data. These additional characters cause failed scans because the barcode data no longer matches the barcode image. The bmap command strips a specified number of characters from the start and end of each scanned barcode, allowing a successful match.

Add a bmap command

  1. Log into your event on the Qflow check-in app.

  2. Go to the Settings tab (far right tab).

  3. Select the Command text link in the page header.

  4. Type the command into the command field using the format below.

  5. Select the blue Go button to save the command.

  6. Return to the Scan tab and begin scanning.


Command format

The bmap command has four parts separated by spaces:

  • bmap - the command keyword

  • ID name - a label for the command, such as the ticketing company name

  • Start trim - the number of characters to ignore from the beginning of the barcode

  • End trim - the number of characters to ignore from the end of the barcode

Example: bmap TicketShop 3 1

This command strips the first 3 characters and the last 1 character from each scanned barcode before matching.


Manage saved commands

  • Delete a specific command - type bmap clear [ID name]

  • Delete all commands - type bmap clear

  • Show all current commands - type bmap on its own

Did this answer your question?