yq/pkg/yqlib/doc/operators/headers/pick.md

6 lines
174 B
Markdown
Raw Normal View History

2022-03-09 03:38:02 +00:00
# Pick
Filter a map by the specified list of keys. Map is returned with the key in the order of the pick list.
2022-03-10 02:50:53 +00:00
Similarly, filter an array by the specified list of indices.