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 FeedbackMy solution attached. I also updated the dates to be in standard date format.
I might have had to parse some pdfs in my time before
Such a nice challenge. I thought I could do it with less tools, but 10 Tools shouldn't be too bad.
Alex
Here I am using the Inception date as a row identifier; trimming the field and tokenizing the new lines makes the parsing easier. I still had to clean the commas after parsing in order to change data types.
It is always fun to parse data using REGEX.