To convert Trello boards to CSV format, you can follow these steps:
Method 1: Export Directly from Trello (for Premium Users)
If you’re a Trello Premium user, Trello offers a built-in CSV export feature.
-
Open the Trello board you want to export.
-
Click on the “…” (Show Menu) on the right-hand side.
-
Click “More” > “Print and Export”.
-
Click “Export as CSV”.
-
The CSV file will be downloaded directly to your device.
Method 2: Manual Export Using JSON (for Free Users)
If you’re not a Premium user, you can still export board data via JSON and convert it to CSV:
Step 1: Export JSON
-
Open your Trello board.
-
In the address bar, append
.jsonto the end of the board’s URL. For example: -
Press Enter — this will display the board data in JSON format.
-
Save the JSON file:
-
Right-click on the page.
-
Select Save As…
-
Save it as
board.json.
-
Step 2: Convert JSON to CSV
Use a tool to convert JSON to CSV:
-
Online converters:
-
Python script (optional for advanced users):
Method 3: Use Trello Power-Ups or Third-Party Tools
Some third-party apps allow CSV export even for free users:
-
Trello Export Excel & CSV (Chrome Extension)
-
Planyway or Bridge24 (external Trello-compatible services)
Choose the method based on your Trello plan and technical comfort level.