You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jgeocoder-users
I am trying to parse the following address using address parser but
its not able to parse it correctly. Any help will be appreciated
Input: 13228 RD R COLUMBUS GROVE OH 45830
The output of this address shows
Number=13228
Type=Rd
Line2=R
Shouldnt the STREET be "RD R" instead.
Jay Liang
unread,
Jun 24, 2009, 6:55:26 PM6/24/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jgeocod...@googlegroups.com
The parser wont understand that format as it stands, it expects 'number+name+post fx' such as '123 main rd', you need to modify the regex to handle your case.