I am going to be importing a database each week containg addresses. Ia m hoping someone can help me determine the best method of seperating a problem column. Currently the file comes in .csv format. My problem is that the source file considers city and state a single item or column. I need to break these up into 2 seperate columns for my purposes. I initially though this could be fixed with text to columns. However when the city has a name like "SAN BERNARDINO CA" it creates three columns then cities like "REDLANDS CA" it creates two. This would require me to resort and remerge the city names back together. Thus creating alot more work. Do you have any suggestions on how I can automate this or use an advanced method similar to the text to columns tool? The souce comes in looking like this
l REDLANDS CA l
l SAN BERNARDINO CA l
I need
l REDLANDS l CA l
l SAN BERNARDINO l CA l
Bookmarks