Skip to content

How to merge arrays #1074

Answered by mikefarah
mjallday asked this question in Q&A

You must be logged in to vote

There's two ways of doing it, the simple naive way, which merges arrays in the same position together:
https://mikefarah.gitbook.io/yq/operators/multiply-merge#merge-deeply-merging-arrays

Or the more complex merge that will merge array entries based on a matching field: https://mikefarah.gitbook.io/yq/operators/multiply-merge#merge-arrays-of-objects-together-matching-on-a-key

Replies: 1 comment

You must be logged in to vote
0 replies
Answer selected by mikefarah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants