PS: I still have to work out how to make the CSV emit words for
enumerated fields likes status instead of unintelligible digits.
For example, instead of
status,assignedto,creator,id,title
8,None,391,1058,Wish for bottom-posting on issue pages
8,None,391,1080,"Link to patch: Fix hang after a user input error (for example, EOF)."
have
status,assignedto,creator,id,title
resolved,nobody,twb,1058,Wish for bottom-posting on issue pages
resolved,nobody,twb,1080,"Link to patch: Fix hang after a user input error (for example, EOF)."
|