Parsing trello boards to csv
From Trello board go to
Menu > More > Print and Export > Export as JSON
and download the JSON to a local machine.
Parse the raw JSON to a simplified tabular JSON file that can be converted to csv.
- Download the Trello JSON parser code and make executable some where on local machine.
- Run
trelloparse {trello JSON file.json} output.json
Convert output.json to .csv using https://json-csv.com