Hi,
I tried importing data from csv to neo4j using talend. Data is imported perfectly but I want to know the destination path of neo4j where talend has landed the data. (e.g. /data/graph.db, etc..) So that I can give that neo4j path to my java application and will be able to get access to the data through java.
Thanks,
Saurabh.
Thanks!
I already went through the online topic.
Actully I don't want to change the default path. My requirement is I want to see the path where talend pushes data.
For me -
tNeo4jConnection : I have selected use a remote server. Server URL is - "http://localhost:7474/db/data"
and for
tNeo4jOutput and tNeo4jOutputRelationship : I am selecting use existing connection. So where is the setting for output data path?
Hi Saurabh,
If I understand you clearly this is what you need to do. Excuse me if my understanding is wrong
.
You should keep the "remote server" option unchecked and provide some local directory location you like in the output component of the neo4j. When you execute your job, the directory will be created and will the data also be loaded into the directory.