You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The date parser used by type_guess is very forgiving - so much so that it accepts even a single letter 'A'. Which our data uses as a status code.
This makes sense when the date library is being used as a generic parser, but not for type detection. Perhaps DateUtilType could have a 'test' function that automatically rejects any value with length 1.
The text was updated successfully, but these errors were encountered:
ThrawnCA
added a commit
to ThrawnCA/messytables
that referenced
this issue
Aug 17, 2015
The date parser used by type_guess is very forgiving - so much so that it accepts even a single letter 'A'. Which our data uses as a status code.
This makes sense when the date library is being used as a generic parser, but not for type detection. Perhaps DateUtilType could have a 'test' function that automatically rejects any value with length 1.
The text was updated successfully, but these errors were encountered: