https://bugs.documentfoundation.org/show_bug.cgi?id=172365
--- Comment #2 from Jonny Grant <[email protected]> --- It's straight forward to rationalize and auto detect the following columns in a CSV file automatically. Can these be added? A) 20/04/2025 <- already determined date format 01/01/2025 auto-detected column as DD/MM/YYYY B) 01/01/2025 <- cannot determine date format 20/04/2025 <- auto-detected as DD/MM/YYYY C) 01.01.2025 02.02.2025 03.02.2025 04.02.2025 05.02.2025 02.03.2025 02.04.2025 02.05.2025 12.12.2025 02.13.2025 <- auto-detected format MM.DD.YYYY D) 02/02/2025 22/02/2025 <- auto-detected format DD/MM/YYYY -- You are receiving this mail because: You are the assignee for the bug.
