Problem:
An OCR Zone is reading MBJ- 560805 in an index field and needs to remove space between the (MBJ-) and the (5).
Solution:
1. Navigation to Configuration > Index Data Fields.
2. Click on Advanced tab Select Matching Word Only (Custom Format) under "Populate Index field with" dropdown list.
3. Click Add Enter following script:
(?i)(?\w{3}-)\s*(?\d{6,7})
4. In Custom Format field enter the name of your groups:
example: {g1}{g2}
5. Save.
Comments
Please sign in to leave a comment.