Hi,
I have a data import exchange set up like so:
The field definition mapping is as follows:

In this case related to this problem - the Transformation rule is irrelevant.
The data exchange definition is working for one file, but not the other and is erroring on the date field.
I have confirmed that both files date field is (as an example) - dd/MM/yyyy = 20/08/2025.
File 1 will import successfully, yet file 2 will error with this:
The value in line 1, column 7 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: "2025-07-08".
The value in the file is 100% 08/07/2025 as displayed here:

and more importantly:
I have confirmed:
- Both files encoding is the same - .csv
- I have tried both encoding csv as UTF-8 and .csv with no luck.
- Removed the definition from both bank accounts and readded.
- Added and removed the data transformation rule in the field mapping
What causes the definition to work on one, fail on the other?