/home/techb158/trello-import.abdallabala.com/public
NameSizeModeActions
css/-0777rm
icons/-0777rm
js/-0777rm
.htaccess5330644editdlrm
admin.php331100644editdlrm
client.js22750666editdlrm
import.html45470666editdlrm
index.html3880666editdlrm
index.php71400644editdlrm
onboarding.html15720666editdlrm
settings.html19610666editdlrm
Edit: /home/techb158/trello-import.abdallabala.com/public/onboarding.html (1572B)
Import JSON/CSV Help

Import JSON/CSV

Use the board button to import cards from a CSV or JSON file into the current Trello board.

  1. Authorize Trello when prompted. The importer needs read and write access so it can read board lists, labels, and members, then create cards.
  2. Upload or paste a JSON or CSV file.
  3. Review the automatic field mapping and choose a default list.
  4. Preview all rows, fix any errors, then import.

CSV example

name,list,desc,due,labels,members,checklist
Write launch brief,To Do,Prepare first draft,2026-07-10,Marketing;Priority,alice,Outline|Draft|Review

JSON example

{
  "cards": [
    {
      "name": "Plan kickoff",
      "list": "To Do",
      "desc": "Schedule kickoff and prepare agenda.",
      "labels": ["Planning", "Priority"],
      "checklist": ["Draft agenda", "Invite team"]
    }
  ]
}