Please someone explain how to test Barcode Rules for WMS Express.
I am trying to extract this ISBN barcode
9780007514335
But the scanner picks up this barcode as Code 128. It has an unwanted prefix of “011” and an unwanted suffix of “50001”. Here is what the scanner shows.
01197800075143355550001[LF]
After scratching my head, trying to learn Regex, I came up with the following formula. It seems to work, logically. How do I use it to test the barcode rules for Item number. If I put in the straight Item number, without the prefix or suffix, Barcode Rules returns the actual inventory item, just fine. It uses the default expression of $1. Here is my formula: /[^011]\d…………./
Marc said to study Regular Expressions in order to parse the scans. How can I apply that to the Barcode Rules page in WMS Express?
Sincerely,
Steve Simon
PDG Consultants