β06-30-2022 11:37 PM
Hi ,
I am running one particular cypher query and by using the Export JSON option for downloading the JSON file got the JSON
By digging deep into it I have found Some data are missing in the JSON file which are returning in the graph.
My question is :-Do the export JSON will return all the nodes and relationship data that are returning in the cypher shell in JSON file or not?
Solved! Go to Solution.
β07-04-2022 06:55 AM
Normally the export button to JSON should be equal to what is inside the RETURN statement, otherwise there is a bug.
β06-30-2022 11:43 PM
β06-30-2022 11:44 PM
β07-02-2022 05:36 AM - edited β07-02-2022 05:37 AM
Normally it will return the same data. Did you see any differences?
The export button has the same result you see in the table view of the Neo4j browser, but the chart view may have more relationships. Everything in the return clause will be exported.
Regards,
Cobra
β07-04-2022 05:26 AM
Yes I see @Cobra There is missing relationships in the JSON by export JSON options .And also the count of realtioinships is increasing in some cases and decreasing in some cases .
could you please help me to find an alternate way for getting everything that i saw in the graph in Json
β07-04-2022 05:43 AM
Hello @saisannihith741
In Neo4j Browser, if you click on Browser settings, you must have a checkbox called Connect result nodes, you have to uncheck it.
Regards,
Cobra
β07-04-2022 05:52 AM
And also What if we dont have those relation ship in table and still showing in the graph??Is it possible Just wanted to learn about this also if that possible @Cobra
β07-04-2022 06:55 AM
Normally the export button to JSON should be equal to what is inside the RETURN statement, otherwise there is a bug.
β07-04-2022 08:57 AM
Thank you I have done it @Cobra .The result is not coming in the return statement, So. I have changed it