Replies: 1 comment
-
x |
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.
-
Hi, itis possible to I get all the keys that appear only once, I mean get them from two files,
For example:
file1.yml:
cont:
city:
street:15
family:10
number:13
id:11
addr:22
sttr:24
abbr:
file2.yml:
cont:
city:
street:15
family:10
addr:22
sttr:24
abbr:25
The result should be received output:
cont:
city:
abbr:25
id:11
number:13
Thanks
Beta Was this translation helpful? Give feedback.
All reactions