ChingChinny / trello-json-to-csv

Very Simple command line application to convert trello json export to the CSV file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trello JSON export to CSV file

How to

  • npm install
  • go to the trello board and export the JSON file
  • download that JSON (Right-click, save) to ./input-folder
  • npm start
  • go to ./output-folder

The sample json file look from a public trello - https://trello.com/b/ZqN99gGN/agile-sprint-board

About

Very Simple command line application to convert trello json export to the CSV file.


Languages

Language:JavaScript 100.0%