I am trying to import a csv, which unfortunately has a funny format for a DATETIME field: "MM-DD-YYYY HH:MM:SS" See one line as example: 1,AC,AC,A,,00.00,,12-28-2022 19:14:50,1,0,,,0.0,0.0,0.0,0.0,0,0,0,
For sure this line is not correctly converted into the DATETIME-field i have setup in the table.
Is there any way to define which format is used in the CSV so that i would be able to import the complete CSV-Data?