Open nichtich opened 8 months ago
The Neo4J APOC import/export JSON format is similar to PG-NJSON. It differs in the following aspects:
property
start
end
from
to
id
labels
The Neo4J APOC import/export JSON format is similar to PG-NJSON. It differs in the following aspects:
property
is omitted in nodes and edges without propertiesstart
andend
instead offrom
andto
and they hold a JSON object with nodeid
andlabels
instead of the plain identifier