.a *+? .b
. See examples below+
append arraysd
deeply merge arrays?
only merge existing fieldsn
only merge new fieldseval-all
to ensure all documents are loaded into memory.yq
merge is naive. It merges maps when they match the key name, and arrays are merged either by appending them together, or merging the entries by their position in the array.yq e <exp> <file>