Neo Technology Build Agent
Neo Technology Build Agent
**Issue by [jexp](https://github.com/jexp)** _Friday Dec 11, 2020 at 15:39 GMT_ _Originally opened as https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/1753_ ---- see `apoc.rel.type()` https://github.com/neo4j-contrib/neo4j-apoc-procedures/blob/4.1/core/src/main/java/apoc/nodes/Nodes.java#L426
**Issue by [Pils19](https://github.com/Pils19)** _Monday Dec 10, 2018 at 09:27 GMT_ _Originally opened as https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/1014_ ---- I was exporting a big graph to cypher with the following query. `call apoc.export.cypher.all(null {format:"plain",separateFiles:true,streamStatements:true,batchSize:100})...
**Issue by [taseroth](https://github.com/taseroth)** _Monday May 31, 2021 at 11:56 GMT_ _Originally opened as https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/1944_ ---- Currently, the https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/ page does not provide MD5 hashed for the artefacts. Having the hashes...
**Issue by [zirkelc](https://github.com/zirkelc)** _Thursday Mar 31, 2022 at 14:35 GMT_ _Originally opened as https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/2674_ ---- ## Feature description (Mandatory) [apoc.merge.node](https://neo4j.com/labs/apoc/4.2/overview/apoc.merge/apoc.merge.node/) [apoc.merge.relationship](https://neo4j.com/labs/apoc/4.2/overview/apoc.merge/apoc.merge.relationship/) `apoc.merge.node` allows to dynamically MERGE a node with labels...
**Issue by [mdw00d](https://github.com/mdw00d)** _Friday Feb 07, 2020 at 18:37 GMT_ _Originally opened as https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/1407_ ---- ## Expected Behavior If one is working with a graph where properties and labels contain...
**Issue by [p0macs](https://github.com/p0macs)** _Thursday Dec 19, 2019 at 18:20 GMT_ _Originally opened as https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/1369_ ---- When using the apoc.export.csv.graph with the parameter useType:true, then the FLOAT properties are not exported....
**Issue by [davidoliverSP2](https://github.com/davidoliverSP2)** _Tuesday Nov 12, 2019 at 13:56 GMT_ _Originally opened as https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/1345_ ---- via https://trello.com/c/voLNM1YY/2383-docs-bug-apoc-export-config-properties-are-in-the-wrong-section, raised by @InverseFalcon _Where is the bug located?_ https://neo4j.com/docs/labs/apoc/current/export/graphml/#_note_3 The bad section is...
**Issue by [davidoliverSP2](https://github.com/davidoliverSP2)** _Friday Sep 20, 2019 at 10:58 GMT_ _Originally opened as https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/1295_ ---- If a user is looking at the APOC documentation table of contents, the conditionals section...
**Issue by [vga91](https://github.com/vga91)** _Monday May 17, 2021 at 10:35 GMT_ _Originally opened as https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/1906_ ---- ## Expected Behavior (Mandatory) Should return `nodes: []` and `relationships: []` ## Actual Behavior (Mandatory)...
**Issue by [conker84](https://github.com/conker84)** _Monday May 24, 2021 at 09:23 GMT_ _Originally opened as https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/1914_ ---- there are many people who have issues with periodic iterate in 4.x when you return...