Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAMy 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.