Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

load data as like #938

Open
alsa15 opened this issue Apr 21, 2020 · 0 comments
Open

load data as like #938

alsa15 opened this issue Apr 21, 2020 · 0 comments

Comments

@alsa15
Copy link

alsa15 commented Apr 21, 2020

WITH 'https://github.com/mneedham/oreilly-graph-algorithms-learning-course/tree/master/data' AS base
WITH base + "transport-nodes.csv" AS uri
LOAD CSV WITH HEADERS FROM uri AS row
MERGE (place:Place {id:row.id}) SET place.latitude = toFloat(row.latitude),place.longitude = toFloat(row.latitude), place.population = toInteger(row.population)

Neo.ClientError.Statement.ExternalResourceFailed: Couldn't load the external resource at: https://github.com/mneedham/oreilly-graph-algorithms-learning-course/tree/master/datatransport-nodes.csv
I try to load the data i got it from githup but it showed me this message. How i can solve this problem??

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant