Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAHi,
my solution attached here.
I Used a "Text to column" tool to split the text into columns, then select to change the names and the format of Poem_Id.
Then a RegEx tool to delete " from variable poem and another RegEx to replace ' at "Poem_Read_date". Tehn I used DateTime to convert "Poem_Read_date" to date.