-
Notifications
You must be signed in to change notification settings - Fork 91
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
Is it possible to filter multiple times? #68
Comments
Also, it is not possible to search lists `dpath.util.values(mydata, '*/signal_name') it gives error in :
cannot concatenate dict and list |
Re dpath.util.values, the example you posted works when tested against 1.5.0:
|
Also works in 2.0. |
@guilhermecgs What version did the values error occur in? |
For the original ask, the filtering is too limited to accomplish what you are trying to do in one go. The filter callback would need to be passed more information and be able to mutate the subchild view of the walk. This would be a neat enhancement. |
Neat enhancement, but blocked by #136 |
lets say I want all duration values from (signal_name == 's222') and (name = op2).
Is it possible to do with a one line command?
Could not figure it out reading the docs...
The text was updated successfully, but these errors were encountered: