In source file, there is date and time format like this 20240415114349
after ingestion into snowflake database it changes and become like this 2611-05-25 01:48:44.449
. I need only YYYY-DD-MM HH-MM-SS.As data type, iam using TIMESTAMPNTZ
. How can I achieve this ?