Hi,
I have a few columns in my CSV import file that contain DateTime values in the format of DD/MM/YY HH:MM and I would like to convert them to a target date field in Salesforce with the format that is accepted by Salesforce (like YYYY-MM-DD). I do not need the time values, just the date.
How do I do this in Skyvia using the Expression formulas? Can I leave the source definition to DT_DBDATE or is DT_AUTO correct?