I was able to make it work in the current beta with the Custom date order and YYYYMMDD. If you have blanks in the date/time delim fields, put something in there to avoid the error about them having to be specified. Another option is to use the expression builder. I used an expression like this and it worked for me. [ DATETIMEFROMSTRING([FIELD1], YYYYMMDD, '', '') ] if you are still having trouble, post your table ddl along with your spreadsheet (use fake date if the real data is sensitive).
↧