Hello all,
I am trying to load a data set from an excel file to our organization's Socrata data portal using FME Desktop 2015.1 and have run into an issue with the address field that Socrata uses for geocoding. Some of the addresses in this data set that I am trying to load have addresses like "NE 19TH ST" when the field will only accept valid addresses like "0 NE 19TH ST". I have tried to just find "NE" and replace it with "0 NE" but it tries to replace all the addresses that might have a "NE" in them.
What I would like to do is search in the address field where the first two positions in the string begin with "NE" then where the records start with "NE" I would like to replace that with "0 NE" leaving the rest of the address intact. The end result would ideally look like this: 0 NE 19TH ST
This is a little cumbersome so a more elegant solution is welcome!
Thank you in advance