Process 2 JSON files and perform a join between them #134
Replies: 1 comment
|
Some time ago I created a helper for a specific case: stream-join. See if it fits your needs. At the very least it can be used as a source for a different joiner. It does a simple thing: takes an array of |
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.
Uh oh!
There was an error while loading. Please reload this page.
Hello, I have 2 large JSON files. Each file contains an array of objects with a relation by ID.
How can I read 2 files and join them into one output?
Or read one file, then for each iteration, perform a join.
All reactions