View Single Post

  #4 (permalink)  
Old 12-11-2006
davidb davidb is offline
Senior Member
Green Belt
 
Join Date: Oct 2003
Location: London
Posts: 113
Re: MapPoint Matching table with census codes

Perhaps I'm not understanding the question properly, but I'm assuming you want to convert a string like

38403 SAINT-JEAN-D'HERANS 241

to a string like

SAINT-JEAN-D'HERANS

for 30,000+ records. This can be done very easily in Excel using the LEN(), RIGHT() and LEFT() functions in that order ie. find the length of each string, then chop off 6 to the left and 4 to the right. Then read into MapPoint.

Hope this helps

David
Reply With Quote