I am having an issue while trying to import our bank statements. The date on the statements are in the following format:
I created a format dateTime format of:
- <Day,2>/<Month,2>/<Year,4>, <Hours24,2>.<Minutes,2> <text>
I have tried using <comma> (for the comma after the date) and changing the length to 17 (to truncate the UTC and removing <text>) but nothing seems to work. I always get the following error:
Error message:
The file that you are trying to import, file.csv, is different from the specified Bank Statement Import, DATA_EXCHANGE_NAME.
The value in line 1, column 10 has incorrect format or type.
Expected format: Date, according to the Data Format and Data Formatting Culture of the Data Exch. Column Def.
Actual value: "01/08/2024, 08:41 UTC".
Thanks for any help!