APOC Version: 4.3.0.5.0
Neo4j Version : 4.3.10
Hello, I am using the apoc.export.json.data to export to file but the batchSize doesn't seem to work.
Reference link -> https://neo4j.com/labs/apoc/4.3/export/json/
MATCH (nod:User) MATCH ()-[rels:KNOWS]...
Hello all,
I am currently using neo4j version 4.3.10, I would like to know if it is possible to disable http OPTIONS method as one of our customer has raised as a security vulnerability.
Hi Koji,
I am talking about HTTP OPTIONS method, similar to GET/PUT etc.
pa@MBPKPA1 ~ % curl -i -X OPTIONS http://localhost:7474
HTTP/1.1 200 OK
Date: Thu, 18 Aug 2022 00:06:09 GMT
Access-Control-Allow-Origin: *
Content-Type: text/plain
All...
giuseppe.villani:
RETURN apoc.version()
The issue seems to be with this labels
"labels":[
"VALUE"
]
When I change the above to
"labels":[
"VALUE1"
]
the import works... So I am not sure if "VALUE" is some special keyword in...
Thanks @giuseppe.villani Yes, I did the formatting for readability. Initially I did an apoc import from json(which was extracted from apoc json export) and it failed for nodes with this specific label ""labels":["VALUE"]", so I removed these nodes a...
giuseppe.villani:
RETURN apoc.version()
I using apoc version "4.2.0.10", trying to import json using the procedure "apoc.import.json("file:///all_6_apr.jsonl")" the node that is is failing in import is in the sample below, which was output of ...