β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:29 AM
Hi @Cobra I have updated you can review it now.
β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.
β09-29-2021 06:54 AM
Thanks @Cobra it is working after correct typo mistake in relationship.
All the sessions of the conference are now available online