PSIcapture Advanced Configuration How-to: Remove blank space from index field value

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.

Was this article helpful?
0 out of 1 found this helpful

Comments

0 comments

Please sign in to leave a comment.