We scan the barcode by individually (1D barcode) with automatic carriage return. But when we scan pdf417 type barcodes which contain multiple serial numbers separated by space or | or “space”. Some vendor’s already encoded with carriage return.
Currently we are using notepad++ to collect all the serial numbers and convert the | to \n
Is there any way to generate a script which will find these special characters into line breaks?