|
When I use the script the debug output shows the County. When I use the example to print the matches however it does not print out the county value. How do I get my script to extract the county information?
_____________________________________________________________________________
/ \
ADDRESS: Input
City => 'West Chester'
Delivery Address => '8080 Beckett Center Drive Suite 203'
Firm => 'Focus Research, Inc.'
State => 'OH'
Urbanization => ''
Zip Code => '45069-5001'
-------------------------------------------------------------------------------
Raw match:
8080 BECKETT CENTER DR STE 203<br />WEST CHESTER OH 45069-5036<br /></td> <td style
+="background:url(images/table_gray.gif);"> </td> <td height="34" align="right" valign="top" c
+lass="main" style="background:url(images/table_gray.gif); padding:5px 10px;"><a title="Mailing Ind
+ustry Information" href="#" onClick="mailingIndustryPopup2('R035','BUTLER','53','4','','0287','A',
+'H','','','','','Y');"
-------------------------------------------------------------------------------
Distilled match:
8080 BECKETT CENTER DR STE 203<br />WEST CHESTER OH 45069-5036
----------------------------------------------------------------------
Address: 8080 BECKETT CENTER DR STE 203
City: WEST CHESTER
State: OH
Zip: 45069-5036
Carrier Route: R035
County: BUTLER
Delivery Point: 53
Check Digit: 4
eLOT Sequence: 0287
eLOT Indicator: A
Record Type: H
Valid: Y
\_____________________________________________________________________________/
1 matches:
---------------------------------------
8080 BECKETT CENTER DR STE 203
WEST CHESTER
OH
45069-5036
---------------------------------------
|