Replies: 1 comment
-
t |
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.
-
There is an option to get only the unique keys between 2 yamel files
for example
file1.yml:
host: "name"
b:
a:
usr: "user"
pass: "123"
id: "789"
m:
addr: "Main Road"
cod: "567"
cit: "bis"
job: "Thief"
file2.yml
host: "name"
b:
a:
usr: "user"
pass: "123"
ali: "Or"
m:
cou: "Winterfell"
gen: "Female"
job: "Magician"
c:
sco: "100"
pre: true
ran: "Cal"
output should be:
b:
a:
id: "789"
ali: "Or"
m:
addr: "Main Road"
cod: "567"
cit: "bis"
c:
sco: "100"
pre: true
ran: "Cal"
Beta Was this translation helpful? Give feedback.
All reactions