Hi All,

I have just started using Neo4J and I am exploring all the options, 
features available here.
One of my requirement is to export the cypher query output to JSON and I 
was able to do that without any hassle.
However, I see that the output includes the metadata information as well, 
Is there any way I can exclude that in the output..?

I tried using cURL to export neo4J cypher query output JSON, even that has 
metadata information.


{
      "row": [ {....... } ],
     * "meta": [*
*        {*
*          "id": 1,*
*          "type": "node"*
*        }*
*      ],*

*Please let me know if there is anyway to exclude the metadata info in JSON 
output..?*

Thanks,
Prasad

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to