Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autodetect of date formats #1023

Open
eduo opened this issue Sep 29, 2023 · 0 comments
Open

Autodetect of date formats #1023

eduo opened this issue Sep 29, 2023 · 0 comments

Comments

@eduo
Copy link

eduo commented Sep 29, 2023

Hi.

What is the current logic for parsing dates? I'm getting dates in a slashed datetime format like "08/01/2019 10:42:00" and they're not being parsed, which I'm not surprised about.

How would I go about adding this as a recognizable format? I'm interested because there's a bug in the (unchangeable) system being used to generate these CSVs where sometimes the whole file would use US format (mm/dd/yyyy HH:MM:SS) and sometimes international (dd/mm/yyyy HH:MM:SS) and part of figuring out what it is to flag if for the user is that dates would error out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant