0

I have a PDF417 barcode that contains multiple values delimited by a semicolon. How can I get Kofax 10 to read those values as two separate index fields? I've created my index zone:

Barcode Index Zone, but only one field to associate

Is this done only through a script, or is there some setting I can use?

Any help would be greatly appreciated.

Thanks, Jason

Fildor
  • 14,510
  • 4
  • 35
  • 67
  • If I recall correctly from certification-training, you'd assign the full value to two fields and cut away the unwanted parts via script respectively. – Fildor Oct 17 '16 at 09:40

1 Answers1

0

You read the code into a field (no need to assign it to two fields). Create a document validation script that gets the value of the field during the Document PreProcess event and copies the required parts to the fields of your choice. You need to use the Validation module in this case.

Daniel
  • 1,391
  • 2
  • 19
  • 40