My data is in below format ( Julian):
2020102 2019134
Datatype in Snowflake is Date for this field. How do I insert this in Snowflake using Copy Command.
I am thinking below but I couldn't find a date format for Julian yet. Copy into Table*col1,col2) (select $1,TO_DATE($2,'format') from @%Table