We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, starting from
date,field 2018-02-03,a 2018-03-07,a 2018-02-03,b
apply
mlr --csv filter 'strptime($date, "%Y-%m-%d") > strptime("2018-03-03", "%Y-%m-%d")' input.csv
And obtain
date,field 2018-03-07,a
The FAQ could be "How to filter by date?"
The text could be: It's necessary to parse with strptime the field that contains date info and than apply the filter. In example ...
strptime
The text was updated successfully, but these errors were encountered:
date-filter faq for #208
a9dbccd
http://johnkerl.org/miller-releases/miller-head/doc/faq.html#How_can_I_filter_by_date?
Sorry, something went wrong.
Thank you
http://johnkerl.org/miller-releases/miller-5.5.0/doc/faq.html#How_can_I_filter_by_date?
No branches or pull requests
Hi,
starting from
apply
And obtain
The FAQ could be "How to filter by date?"
The text could be: It's necessary to parse with
strptime
the field that contains date info and than apply the filter. In example ...The text was updated successfully, but these errors were encountered: