Neo Technology Build Agent
Neo Technology Build Agent
**Comment by [mdw00d](https://github.com/mdw00d)** _Sunday Feb 09, 2020 at 00:50 GMT_ ---- This behavior is also observed using APOC 3.5.0.7.
**Comment by [conker84](https://github.com/conker84)** _Thursday May 13, 2021 at 13:09 GMT_ ---- @jexp is this still valid?
**Comment by [cmaart](https://github.com/cmaart)** _Tuesday May 17, 2022 at 07:19 GMT_ ---- How has this never been fixed? This makes `useTypes` config completely useless when values are missing in the csv...
**Comment by [vga91](https://github.com/vga91)** _Monday May 17, 2021 at 12:57 GMT_ ---- Related to #1491 (Same root cause, but without rels)
**Comment by [jexp](https://github.com/jexp)** _Wednesday Nov 10, 2021 at 17:34 GMT_ ---- Yep, we can add a verbose config option, or use the new means to discover output parameters to yield...
**Comment by [conker84](https://github.com/conker84)** _Thursday Nov 18, 2021 at 13:00 GMT_ ---- ``` { "_type": "Resource:prov__Entity:provone__Data", "uri": "urn:uuid:output_adaguc_Zmax_202108091550.h5", "prov__hadMember": [ { "_type": "Resource:prov__Entity:prov__Collection", "_direction": "OUT", "uri": "urn:uuid:output_collection_Output_202108091550" ... } ] }...
**Comment by [mrveld94](https://github.com/mrveld94)** _Thursday Nov 18, 2021 at 13:05 GMT_ ---- Yes that would be perfect. Is this something that will be in the next version? (Sorry used the wrong...
**Comment by [mrveld94](https://github.com/mrveld94)** _Wednesday Mar 30, 2022 at 07:07 GMT_ ---- Hi, is this something that is going to be implemented? And if so, when?
**Comment by [jexp](https://github.com/jexp)** _Monday Sep 07, 2020 at 07:44 GMT_ ---- With Embedded: https://github.com/michael-simons/neo4j-sdn-ogm-tips/blob/master/examples/testing-ogm-against-embedded-with-apoc/src/test/java/org/neo4j/tips/testing/testing_ogm_against_embedded_with_apoc/ApplicationTests.java#L53-L67 ``` examples/testing-ogm-against-embedded-with-apoc/src/test/java/org/neo4j/tips/testing/testing_ogm_against_embedded_with_apoc/ApplicationTests.java:53-67 // We need the directory containing the APOC jar, otherwise all APOC procedures must...
**Comment by [pelletier197](https://github.com/pelletier197)** _Friday Sep 25, 2020 at 16:58 GMT_ ---- The method you specified there does not work with `neo4j 4.1.1+`. Apoc does not provide the core functions in...