Here's another suggestion.

In the LOAD CSV docs:

http://docs.neo4j.org/chunked/stable/cypherdoc-importing-csv-files-with-cypher.html

there is no clear example of how to import a File.

While File is mentioned as an option, the actual examples show HTTP. 


---

After a number of searches, I finally found a clear example here:

http://www.neo4j.org/graphgist?d788e117129c3730a042

Note File URLs are tricky. On OSX and Unix use file:///path/to/data.csv, 
on Windows, please use file:c:/path/to/data.csv. Beware spaces in 
file-names and relative paths. Http-URLs are much easier. LOAD CSV afaik 
supports cookies, redirects and https.


The example showing three forward slashes, not two.

Please add this part to the LOAD CSV documentation.

Thanks


On Friday, August 1, 2014 8:59:48 AM UTC-5, Rodger wrote:
>
>
>
> Anders:
> Glad you like the suggestion. 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to