-
Notifications
You must be signed in to change notification settings - Fork 11
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
Include some examples of --select
.
#37
Comments
@tomprince Can you give an example of something you were trying to use |
I wanted to select a date range using select. With idnar's help I got as far as this:
The need to use another tool to convert from the formatted timestamps I'm starting with is a bit annoying. It would be cool if I could just give them to Eliot as-is and let it sort out that they're timestamps. The extra backticks required were kind of annoying too, but I guess that's just how jmespath works... But the real kicker is that this doesn't actually work:
|
Add examples of `--select` to the README. Fixes #37
It isn't clear how to write useful queries for `--select``, just from looking at the linked documentation.
The text was updated successfully, but these errors were encountered: