I have some addresses that have been parsed fairly well. However I several thousand that have a letter after the house #, my geocoder requires a space here.
For example I have 123A Main Street I need 123 A Main Street
So I was thinking I could use the StringReplacer transformer to search for [0-9][A-Z], but I don't know what to put in the Replacement Text field.