Skip to content

CSV File Import mangles dates - locale? #6499

@shakeshuck

Description

@shakeshuck

What's wrong?
Importing a csv file with UK dates and leaving the type to 'auto' results in some dates being converted to American format (those where the date is less than 13) and others not. I could set the type to 'text' but then the column order is re-arranged, which is also not ideal.

How can we reproduce the problem?
Import a column containing e.g. "28/03/18" and "08/03/18"
"28/03/18" becomes 2018-03-28
"08/03/18" becomes 2018-08-03

What's your environment?

  • Operating system: Linux - OpenSUSE Tumbleweed
  • Orange version: 3.35
  • How you installed Orange:
    Orange3 installation was via pip

Metadata

Metadata

Assignees

Labels

bug reportBug is reported by user, not yet confirmed by the core team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions