Hi,
I have a large index field on a record which is collected from our scanning software and imported into Laserfiche.
I am looking at the Pattern Matching WF option to try and pull certain bits of information from this OCR'd field. An example of a field is:
v va^•__________________________________^WORK ORDER: MM1462002638^• • Instrument washer: 1462^Start cycle date: 20/11/2015 - Start cycle time: 17:03:34^End cycle date: 20/11/2015 - End cycle time: 17:49:32^Machine Cycle: INSTRUMENTS^Parcel code: 2638 itaoki^Operator: LOAD MANUAL Signature:
I am trying to create a token with the WORK ORDER number MM1462002638. From this New Token I then need to split that down to:
New Token 1 = 1462 (which you can see is after MM)
New Token 2 = 2638 (which is the last 4 digits of the number)
I then need to pull the date after Start cycle date as:
New Token 3 = 20/11/2015
Any help, or different ways to achieve this would be very much appreciated.
Thanks,
Anthony