Hello everyone,
I have some data in the form:
node:Account
{
"address": "mark.com",
}
relationship:FUNCTIONCALL
{
"date": "Tue Jan 18 2022 15:40:45 GMT+0000 (Greenwich Mean Time)",
"amount": 1,
"id": "unique_id",
"outcome": "Success",
...
Unfortunately, the data is very large, and does not consist of only the data in the screenshot. However, without attaching all the data I can tell you that the only thing that changes in the data (for the duplicates) are the identity, start and end v...
These are essentially the full queries that I am running to create the data. They are called from Javascript and there are a few additional properties in the relationship, but what I included should be representative enough of the actual query. Same ...