Hello,
I have 2 different JSON files but with a common field in the 2 files. I would like to create a node with properties coming from the 2 files.
how can i do this please?
F1.json:
{
[
{
"id" : "AAA",
"name" : "text",
"capacity" : 1234
},
{...},
{....