The localized versions of the Core Certification will be discontinued on September 22, 2023. To take the exam in your preferred language, please schedule it before this date. The Core exam will still be available in English at any time after September 22, 2023. If future versions of the Core Certification exam are localized, we will promptly announce their release dates.
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