Issue 1434: How to export "Open" "Merged" patches list to excel/csv format ?
Status:  WontFix
Owner: ----
Closed:  Jun 2012
Reported by praveen....@gmail.com, Jun 12, 2012
Dear All,

How to export "Open" "merged" patches list to excel/csv format ?

Regards
Praveen 
Jun 13, 2012
#1 david.pu...@gmail.com
Get the list of open changes via Gerrit query:

 ssh -p 29418 username@review.yoursite.net gerrit query status:new --format json

And then convert the JSON to CSV with a script.   It can be quite easily done in python for example:

http://stackoverflow.com/questions/1871524/convert-from-json-to-csv-using-python
Jun 13, 2012
#2 sop@google.com
(No comment was entered for this change.)
Status: WontFix