Hannes Voigt

Results 36 comments of Hannes Voigt

Hi Hashdhi, the best is probably to ask in the Neo4j community forum, but it seems you have already done that: https://community.neo4j.com/t/gremlin-to-cypher-query/40243/1 This steelbridge thing Michael points to looks like...

Thanks for using with the openCypher artifacts. It is a general practice of the openCypher repo to not include built artifacts. Exceptions to that rules require very good reason. The...

### Meta remark This question would be better suited for the openCypher repo, because it is about openCypher artifact and not about artifact homed in this repository, here. Please, post...

The problem description is unfortunately a bit thin to really investigate? What does the data look like? Is `RELATIONSHIP` a label or relationship type in your data? What are the...

The filepath in the error message is _not_ the same as in the query. The one in the error message has the standard Neo4j import folder prefixed to it. So...

It seems DBLP has moved to not relying on dtd entity definitions but directly using `Ö` to represent the `Ö` etc. The DBLP snippet referred to above, https://dblp.org/rec/tr/gte/TR-0146-06-91-165.xml loads nicely...

This can be closed once https://github.com/neo4j/docs-apoc/pull/347 is merged.

Here is a little more detailed variant (on 5.25.1) Setup: ``` MATCH (n) DETACH DELETE n WITH COUNT(1) as foo CREATE (:Foo), (:Bar), (:Test) // label Test created here WITH...