Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-29-2021 01:31 AM
I have used a match query but the data is not showing correctly.
My expected output in CSV will be here mention one data example likewise need to export
more dataset in csv.
My expected output will be in csv
|PMID| AU| copyright| pub| Citation| country|
|2690338| Singer M|Med Inten..| Medline| 4271| United states|
Solved! Go to Solution.
09-29-2021 04:43 AM
It should work with this query, feel free to update the RETURN
clause:
MATCH (a:id)-[By_copyright]->(b:copyright), (a)-[has_pub_type]->(c:pub), (a)-[Having_citation]->(d:citation), (a)-[By_author]->(e:author), (a)-[Drom_country]->(f:country)
RETURN a, b, c, d, e, f
09-29-2021 04:19 AM
Hello @almastanul and welcome to the Neo4j community
It is not clear what you expect as result. Can you give us an example of the output you expect?
Regards,
Cobra
09-29-2021 04:43 AM
It should work with this query, feel free to update the RETURN
clause:
MATCH (a:id)-[By_copyright]->(b:copyright), (a)-[has_pub_type]->(c:pub), (a)-[Having_citation]->(d:citation), (a)-[By_author]->(e:author), (a)-[Drom_country]->(f:country)
RETURN a, b, c, d, e, f
09-29-2021 05:39 AM
It is showing no changes, no records.
09-29-2021 05:42 AM
There is a typo in my query, check every node label and every type of relationship.
All the sessions of the conference are now available online