This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We're actively looking for ideas on how to improve Weekly Challenges and would love to hear what you think!
Submit FeedbackSolution 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