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

Discover parameter: time_format and time_composed and time_multicolumn #31

Open
abenassi opened this issue Jun 9, 2015 · 0 comments
Open

Comments

@abenassi
Copy link
Owner

abenassi commented Jun 9, 2015

  • When looking for date values, if something could be parsed by openpyxl directly into datetime.datetime the time format is certain. But if strings have to be evaluated, there should be a strategy to identify if a string could be a date (maybe iterating through the existing date parsing strategies asking for accepts(possible_str_date)). This would probably have to be figured it out together with time_composed (if the string represents a known date format or if it is composed by elements that have to be interpreted to parse a date from them) and time_multicolumn that could hold relevant elements to parse a date in more than one column.
@abenassi abenassi added the Idea label Jun 9, 2015
@abenassi abenassi added this to the Automatic parameter discovery milestone Jun 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant