Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs example for XML #187

Closed
jexp opened this issue Oct 25, 2016 · 0 comments
Closed

docs example for XML #187

jexp opened this issue Oct 25, 2016 · 0 comments
Assignees

Comments

@jexp
Copy link
Member

jexp commented Oct 25, 2016

with "https://maps.googleapis.com/maps/api/directions/xml?origin=Mertens%20en%20Torfsstraat%2046,%202018%20Antwerpen&destination=Rubensstraat%2010,%202300%20Turnhout&sensor=false&mode=bicycling&alternatives=false&key=AIzaSyAPPIXGudOyHD_KAa2f_1l_QVNbsd_pMQs" as url
call apoc.load.xmlSimple(url) yield value
return value._route._leg._distance._value, keys(value), keys(value._route), keys(value._route._leg), keys(value._route._leg._distance._value)

with "https://maps.googleapis.com/maps/api/directions/xml?origin=Mertens%20en%20Torfsstraat%2046,%202018%20Antwerpen&destination=Rubensstraat%2010,%202300%20Turnhout&sensor=false&mode=bicycling&alternatives=false&key=AIzaSyAPPIXGudOyHD_KAa2f_1l_QVNbsd_pMQs" as url
call apoc.load.xmlSimple(url) yield value
unwind keys(value) as key
RETURn key, apoc.meta.type(value[key]);

@DanielBerton DanielBerton self-assigned this Apr 14, 2017
@AngeloBusato AngeloBusato self-assigned this Apr 20, 2017
AngeloBusato added a commit to AngeloBusato/neo4j-apoc-procedures that referenced this issue Apr 20, 2017
@jexp jexp closed this as completed in 3e4124f Apr 20, 2017
albertodelazzari pushed a commit to albertodelazzari/neo4j-apoc-procedures that referenced this issue Jun 28, 2017
ncordon pushed a commit to ncordon/neo4j-apoc-procedures that referenced this issue Nov 1, 2023
* Copy over relevant parts of org.neo4j.internal.helpers.collection to reduce dependencies of internal Neo4j APIs

* Use Pair from apache instead of Neo4j

* Remove unused benchmarking code related to auto-indexing which does not exist in Neo4j anymore.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants