core.noscript.text
Want to get involved? We're always looking for ideas and content for Weekly Challenges.
My Solution - fairly straight-forward
Regex again
___________
Creating the replacement table to enable parsing was a bit of a fiddle. Need to do more of this
Hi everyone!
It was fun to experiment with regex for this challenge!
Here is my solution:
Thanks.
I would love to see how this task is performed on larger, dirtier data sets. I used the regex_replace function to replace the street name with pipe and followed up with a series of other formulas to extract the data of interest.
Nice Task. Worked with a whitelist and Append Tool.