

PDF Indexing in CA View › Establish the Indexing Definitions › PDFINDEX Member Examples › Example 2: Extract Report Data and Populate the Index Value with the Respective INDEX
Example 2: Extract Report Data and Populate the Index Value with the Respective INDEX
This example does the following:
- Extracts index values located 4 characters after the X Y coordinates 204 522.66 from each page in the PDF document
- Extracts 5 characters which is the maximum length of the index value
- Obtains the X and Y coordinates from the PDF Position column of the XYDUMP PDF report.
INDEX=(TOTAL,204 522.66,*+4,L(5),C'.')
The fields on the index statement are as follows:
- TOTAL—Names the index
- 204 522.66—Specifies the X and Y coordinates of the data in the PDF report
- *+4—The index value is located 4 characters after the starting coordinates of 204 522.66
- L(5)—The maximum length of the index value is 5 characters
- C’.’—The index value ends at the first period
For example, if the report data at coordinates 204 522.66 contains " 100.00", the index value would be "100" and not include ".00".
Copyright © 2015 CA Technologies.
All rights reserved.
 
|
|