Gem Lamont
Gem Lamont
Looks good, out of curiosity, where did you get the list for the invalid characters? are we sure that contains all of them? :)
Hello! Thank you for writing in :) There were some changes made in 5.18 to this procedure that might change the behaviour (adds rel id into the mix). I am...
Hi! May I ask the purpose of this Pull Request? The README you added implies it is an extension, perhaps you mean to open a PR to your own fork?
Hi! thanks for reporting this, we will take a look :)
The fix will be available in 5.18 and 4.4.0.26 :)
Thanks for reporting, I've added a ticket for this for someone to investigate :)
Hi! Thank you for writing in, I have added this suggestion to our work on migrating APOC to be more elementId friendly
Thank you for reporting this :) I have made a bug ticket for the team
Hi there! thanks for writing in :) You need to write file: at the start, otherwise the url tries to interpret the D: as the url protocol. Try: `CALL apoc.import.graphml("file:D:\code\my_repo\data\neo4j\all_members.gml",...
Hi! So it looks like the fix I supplied you works only for apoc.import.graphml, there does indeed seem to be a bug with `apoc.export.graphml.all` which is not working with Windows...