I have this field in a table that houses a date timestamp in this format (e.g '2023_11_20_23_18_03').
I am trying to find a way to convert this string field into a date field with the formatting ('YYYY/MM/DD HH:MM:ss'). I can not seem to find a good way to parse this field out to create this new format besides using 'LEFT'/'RIGHT' functions.
I am trying to have the field show as '2023/12/31 21:18:03'

for Snowflake use TRY_TO_TIMESTAMP,