How to import CSV into Trello

I have a CSV file that I want to import into Trello. How can i do this? Zapier will not work, because there are too many of them, and I will have to pay, which I try to avoid.

+10
source share
3 answers

Some time has passed since I used it, but it was a killer:

Scrum Tools Online - Part 3 - Import Backlog into Trello

Basically, this is a Google Docs spreadsheet using some custom JavaScript. You configured it with the Trello API key, board ID, and list ID, and it does the magic.

+10
source

You can do this with Import Wizard , with Import2 (disclaimer, I work for Import2). This will import your lists from CSV directly into Trello, and there is no limit on the number of items.

0
source

Trello official recommendation: https://help.trello.com/article/751-importing-data-into-trello

  1. Copy Paste - When you paste text into a Trello map, each new line becomes a new map. This means that if you have a list of card names, for example, in an Excel spreadsheet, you can simply copy the title from one column, and each cell on the sheet will become a card in the Trello list.
  2. Trello API - you can use the Trello API for complete programmatic control of the import process
  3. Zapier
  4. Import Wizard2 is a third-party solution that allows you to import data into Trello from CSV files.

Bonus: custom Python script (thanks, Josh Cartour) https://gist.github.com/joshmcarthur/2839352#file-trello-cards-from-csv-rb

-1
source

Source: https://habr.com/ru/post/987439/


All Articles