Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEASolved using:
1. Text to Columns tool to break data down into 3 columns;
2. Data Cleansing tool to remove punctuation in column [1];
3. DateTime tool specifying format as "'dd-MMM-yy'" (note on the single quotes inside the double quotes);
4. Select tool to rename columns and change metadata.
Challenge 2 solved using a combination of Text to Column, Data Cleansing, Select and DateTime tool.
Good Exercise