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

Delimited formats with MMM can yield false positives #18

Open
PaulMansour opened this issue May 10, 2023 · 2 comments
Open

Delimited formats with MMM can yield false positives #18

PaulMansour opened this issue May 10, 2023 · 2 comments

Comments

@PaulMansour
Copy link
Contributor

For example :

      'MMMDY' Text2Date '12/31/1999' '1/1/2000'
19991231 20000101
@PaulMansour
Copy link
Contributor Author

And

         'DMMMY' Text2Date '1/Jan/1999' 'December/12/2000'
19990101 20001212

@PaulMansour
Copy link
Contributor Author

Some fixed. If MMM in format but no Jan or Feb, etc in data, then false positive eliminated. However, if Jan is in wrong position, false positive can still happen.

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