Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEASolution attached. Couldn't seem to get the RegEx formula right to handle the street information, so I used a text input tool to replace the street (road, ave, etc) with a "|". Then used RegEx match in the filter tool to handle the records with zip codes differently from the ones without.
Here is my solution. City parsing works for this records, but I think it might be unreliable for other possible address combinations.
Solution
took a lot of testing, but managed to get all information parsed out correctly using just one RegEx tool