Replies: 3 comments
-
c |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yep - here's how it works at a high level:
Explanation:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks! Is there a way to get all the unique keys from both files? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
file1.yaml
name: ABB
host: CCC
age: 120
TSG: TTT
file2.yaml
host: CCC
age: 120
TST: TTT
output:
host: CCC
age: 120
Beta Was this translation helpful? Give feedback.
All reactions