Write JSON to Disk (Binary)

The “Write Binary File” expects binary data. The JSON data is, however, JSON 😉 There should really be a node that allows moving data around between both of them. For now, it can be done with a Function-Node. At least till a proper one is in place. The first node is...

Using the Merge Node – Merge by Key

This is an example of how you can make Merge by Key work. The “Data 1” and “Data 2” nodes simply provide mock data. You can replace them with your own data sources. Then the “Convert Data” nodes are important. They make sure that the different array items are actually...