Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
04-23-2020 06:01 AM
Hello Team ,
I am in search of finding a way to directly export an ouput of oracle query into csv using call apoc.export.csv.query() in neo4j.
Please suggest.
Regards
Akshat
04-23-2020 08:39 AM
apoc.export.csv.query would require its first argument to be a Cypher query which thus would query the data in Neo4j.
But if you want to export a Oracle query to CSV would you simply not use Oracle functionality to do so?
And if you are then to create the CSV is your intent to then read the CSV to populate Neo4j with the data? If so you could eliminate the need for CSV and simply use apoc.load.jdbc
04-23-2020 10:24 AM
Hello Dana,
Greetings!!
Highly appreciates your quick reply with guidance.
Here Problem is while loading data to neo4j using jdbc , it is taking a lot of time.
Whereas loading data from csv is faster than jdbc load. Hence required.
Is it possible to do so?
Regards
Akshat
04-23-2020 10:37 AM
1 of 2 options..
All the sessions of the conference are now available online