S
Scott Phelps
I have a field called ADDRESS and it contains a street
number or PO Box number, street name, street type, city,
state, and zipcode. Typical record entries looks like
this:
110 HOLLY TREE RD. RIEGELWOOD NC 28456
129 COLONNADE DR. PEACHTREE CITY GA. 30269
1301 CROZIER DR., APT. B REDSTONE ARSENAL, ALA. 35808
1515 CHERRYTOWN RD. (HB) 30 TEMPLE PLACE IRVINGTON NJ 07111
1638 LENNON RD DELCO, NC 28436
What I'm trying to do is place the city, state, and zip
portions into three new fields, CITY, STATE, and ZIP.
There's 40000+ records I have to work with and I've tried
several string parsing techniques, but still not getting
the most efficient result. Does anybody know of another
way to accomplish this?
Scott
number or PO Box number, street name, street type, city,
state, and zipcode. Typical record entries looks like
this:
110 HOLLY TREE RD. RIEGELWOOD NC 28456
129 COLONNADE DR. PEACHTREE CITY GA. 30269
1301 CROZIER DR., APT. B REDSTONE ARSENAL, ALA. 35808
1515 CHERRYTOWN RD. (HB) 30 TEMPLE PLACE IRVINGTON NJ 07111
1638 LENNON RD DELCO, NC 28436
What I'm trying to do is place the city, state, and zip
portions into three new fields, CITY, STATE, and ZIP.
There's 40000+ records I have to work with and I've tried
several string parsing techniques, but still not getting
the most efficient result. Does anybody know of another
way to accomplish this?
Scott