Can you import dates in SQL format?

So typical SQL date format is 2021-12-09. Similar for date-time.

Wil that work or will it screw up the data import?

This should work as is. To test, you can create a dummy file with the different date formats and upload it to a dummy object to see if it work’s as expected.

Thanks again, Arjun.