I would like to have Watch look down a specific column range on a page of inbound data and send me an email if ANYTHING other than a predefined list of valid characters appears in that column. As an example: if the data looked like this below and I had defined 1,4,6,7,11,15,21,22 as valid characters in columns 1-2, I could branch to a PP Image process and send the data file to an Email since 5 appeared in that column and it was not defined as valid.
GL LOC’S OPEN ORDER
GL LINES
== ======
1 1630
4 995
5 1547
6 1058
7 21
11 246
15 149
21 23
22 1415
best way to approach this?
Duane