...
In both cases, any values that have not yet been registered will be ignored.
Split by non-character
From version 1.7.0.3 it is also possible to split by non-character separator such as "Enter" (carriage return new line or \r\n).
This is done using the unicode represenatation, such that Enter becomes "
".
Code Block | ||
---|---|---|
| ||
<serialNumber ... splitBarcodeBySeparator="
"/> |
Table can be found here.
Overdelivery
Currently there is no support for Overdelivery when using this feature.
...