Replies: 1 comment 4 replies
-
From what I can tell - you are choosing only the keys that are both in file 1 and file 2 - and I'm going to assume that showing the values from file 1 is sufficient (since they are the same in file2). In that case, you can use
|
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to combine all the common values from 2 separate input files into a output file. Example below.
File1:
File2:
Output:
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions