I have multiple date format on my source column (YYYY/DD/MM, YYYY/MM/DD,YYYY-DD-MM,YYYY-MM-DD…) and need to load it in one output column
the source column is varchar and the output is timestamp
how can i do this on a transformer
I have multiple date format on my source column (YYYY/DD/MM, YYYY/MM/DD,YYYY-DD-MM,YYYY-MM-DD…) and need to load it in one output column
the source column is varchar and the output is timestamp
how can i do this on a transformer