Documentation for Information Management at

Logo

The Jornada IM Manual

View the Project on GitHub jornada-im/documentation

Parsing trello boards to csv

  1. From Trello board go to

    Menu > More > Print and Export > Export as JSON

    and download the JSON to a local machine.

  2. 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
  3. Convert output.json to .csv using https://json-csv.com