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

stats: when --infer-dates is enabled, also show inferred date format #1899

Open
jqnatividad opened this issue Jun 19, 2024 · 0 comments
Open
Labels
CKAN interoperability with CKAN Data Management System datapusher+ for Datapusher+ enhancement New feature or request

Comments

@jqnatividad
Copy link
Owner

Currently, with --infer-dates, stats can attempt to parse a column as a date, using 19 date formats
https://docs.rs/qsv-dateparser/latest/qsv_dateparser/#accepted-date-formats

when doing so, add a date_format column with the inferred strftime format string.

This is required by Datapusher+ so users have the option of displaying dates using the inferred date format instead of always showing dates as RFC3339 format - which is perfect for storage in the database, but may not be the preferred way for folks to view the date.

@jqnatividad jqnatividad added enhancement New feature or request CKAN interoperability with CKAN Data Management System datapusher+ for Datapusher+ labels Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CKAN interoperability with CKAN Data Management System datapusher+ for Datapusher+ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant