Silly question...
I have a yxdb file.
The file is the output of the PDF to Text tool.
The output file contains 1700 rows grouped in 53 pages.
The relevant fields are Pg, Row, Text.
Pg is page number. Row is the row number relative to a given page. Each page averages 30-40 lines.
I want to process each page individually -- text processing (parsing etc.)
Batch Macro (using Pg) as the control value OR Iterative Macro?
I assume batch macro, but I am trying to find an excuse to use an Iterative Macro (if it makes sense).
