Neo Technology Build Agent
Neo Technology Build Agent
**Comment by [conker84](https://github.com/conker84)** _Wednesday Mar 25, 2020 at 14:23 GMT_ ---- @karmakaze any update on this? Is it an option to anonymize the data and share it with us?
**Comment by [AstrorEnales](https://github.com/AstrorEnales)** _Thursday Apr 09, 2020 at 09:07 GMT_ ---- We just ran into the same problem. File is imported using "call apoc.import.graphml('test.graphml',{readLabels: true, useTypes: true})" - 1.8GB GraphML...
**Comment by [moxious](https://github.com/moxious)** _Thursday Oct 17, 2019 at 18:53 GMT_ ---- I found this because the issue is related to a PR in progress. In that PR APOC will have...
**Comment by [jexp](https://github.com/jexp)** _Tuesday Oct 29, 2019 at 12:13 GMT_ ---- for the type field I would probably coerce to string and add another field `types` that has the full...
**Comment by [jexp](https://github.com/jexp)** _Tuesday Oct 29, 2019 at 12:14 GMT_ ---- Probably also need to adapt in apoc.meta.schema
**Comment by [Mike-Rossi](https://github.com/Mike-Rossi)** _Tuesday Jul 14, 2020 at 16:00 GMT_ ---- Hi, how were you able to return prop? I'm not sure what apoc function to use.
**Comment by [vga91](https://github.com/vga91)** _Wednesday Oct 13, 2021 at 09:52 GMT_ ---- @stuartlaurie Sorry if I not understood, but it seems that the example works. That is, if I execute: ```...
**Comment by [conker84](https://github.com/conker84)** _Thursday May 13, 2021 at 13:29 GMT_ ---- @Dcanzano can you please check this in newer versions? This should be fixed now
**Comment by [kraney](https://github.com/kraney)** _Wednesday Mar 18, 2020 at 02:21 GMT_ ---- Correction - that should be version 3.5.16-enterprise
**Comment by [vga91](https://github.com/vga91)** _Monday Jun 28, 2021 at 07:57 GMT_ ---- @kraney With the latest Apoc version there is a `phase: "afterAsync"` to prevent some Transaction errors like this. Please,...