I have a table of transactions with a date, the date is formatted in dd/mm/yyyy.
I want to import more transactions from a CSV, the CSV is also formatted in dd/mm/yyyy.
Simple import right? Wrong!
On the import mapping page, the CSV data is being picked up as mm/dd/yyyy even though nothing in my base is in that format. As a result it's confusing the dates and losing half of them.
The only way I can make this work, is to change the date field to a single line text, import the data, then change it back to a date in dd/mm/yyyy.
Am I missing something or is this a bug?
Pics:
My table:
My CSV file:
The import page:
It's not even getting the month correct.
Very frustrating