core.noscript.text
Want to get involved? We're always looking for ideas and content for Weekly Challenges.
Used the Data Cleansing tool to remove the line breaks. I'm looking forward to learning Regex to tackle this kind of question.
My solution
Here is my solution!
Solution:
I tried to remove new line character using delimiter "\n" and then used the Date-time tool to convert string to date, finally some selection and renaming
Solved. I used the Data Cleansing tool rather than RegEx. RegEx seems more straightforward.
Done!