Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAOn my solution, I ended up using two regex tools to remove the single and double quotes, but I like the use of the formula tool with the trim function. I thought it was very clever to use the DateTimeParse function while trimming the date field; I wish I would have thought of that when I was doing it. Good job.
Kuddos @Max06270; your approach really simplified the solution.