When defining an Object Schema in Data Catalog in ION to be used in Data Lake (I'm doing this manually at the moment, not by sample file), it is possible to choose the Data Type for each field. In particular, an option is available to set it to Date Time, and a sub-option the Date Time Format may be defined.
I have tested with the Standard Date Time Format and the American one, and on Data Lake it works fine. I'm now trying to define a Custom Format in the European Style, I'd say:
dd/MM/yyyy hh:mm:ss
This doesn't work: on Compass, nothing (= null) is returned for the field. Furthermore, if I try
EXEC INFOR.CLEAR_TABLE('Project', 'True')
I get "An internal error occurred". I have also tried to use the American format and simply double the day, month and hour placeholders, i.e.
MM/dd/yyyy hh:mm:ss[.S] a
This also gives the internal error.
Does anybody know what I'm missing here?