Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAQuick easy one.
Hi Everyone,
My first success.😁
To solve this challenge I used RegEx & Formula tool.
Broke the string using expression .(\d{2})(\d{2})(.+) in regex, then used
formula to concatenate
tostring(if left([date],1) = "0" then 19
else 20
endif) + [RegExOut1]+ "-" + [RegExOut2] + "-"+[RegExOut3]
everything in one column & changed the datatype to date.