Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,551,880
Community Members
 
Community Events
184
Community Groups

Free CSV importation tool for Trello

Edited
David Bakkers
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Oct 24, 2020

If you're after a small, light, free tool for importing Lists, Cards, Checklists and Items into a Trello board from a CSV file, I'm happy to announce TrelloBuddy.

1 Select Text File.png

2 Parsed Text File.png

3 Provide Credentials.png

4 Select Board.png

It's a Windows application that comes with an example CSV template and a User Guide. Use it as you see fit, and that's about it.

| Download TrelloBuddy | Visit the website |

9 comments

Dave Liao
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 25, 2020 • edited

@David Bakkers - thanks for sharing David!

Seems like this is more freeware than shareware, right? That is, you're not asking for money. 😊

Have any of your code online on Bitbucket or GitHub? Would love to contribute to your project.

David Bakkers
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Oct 25, 2020 • edited Nov 01, 2020

Hello Dave.

Yes, it's freeware, not shareware. I forgot about the distinction between the two. I've updated the discussion heading.

At the moment I'm not hosting the code in the public domain in GitHub or similar. It's mostly PowerShell with some .NET libraries.

Like Dave Liao likes this

@David Bakkers I don't know how this is not getting more love. This freeware is awesome!!! 

I haven't found anything else (even paying) that allows uploading Checklists and checklist items. 

I know you said you are not doing support but I'm running into issues with the Description field not loading. I think it's because of the markdown I'm using. I'll test some variations. 

I'm also having issues with the Due Date. My sample had this date 2020-11-30T10:23:15.000Z and it didn't load. 

Let me know if you want to chat about it any further. 

Thanks again! 

Like Dave Liao likes this
David Bakkers
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Nov 06, 2020 • edited

@Virginie HMWith regards the Description problem, I found it was due to the markdown containing pound (#) symbols for headings. The bug also affected Comments if they contained pound symbols in their markdown. I've fixed the cause of the problem.

Please download the updated version, which now also:

  • Parses and adds multiple Labels with Label Colors to cards
  • Parses and adds multiple Members to cards, based on the board member's email addresses.

With regards the Due Date, it needs to match the date format your Trello instance / Atlassian account is configured for. If you're using US date format, swap the day and month around. IE 2020-30-11

Like Dave Liao likes this
David Bakkers
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Nov 25, 2020 • edited Nov 26, 2020

A general update on some recent improvements to TrelloBuddy:

  1. Added - Can now parse and import multiple Comments, delimited by semicolons, into each Card.
  2. Added - Can now parse and add multiple Members, delimited by semicolons, to a Card using their usernames or email addresses.
  3. Changed - Labels and Label Colors are now all delimited by semicolons, to allow commas in Label names.
  4. Changed - The name of the Custom Field is logged when attempting to import data into it.
  5. Changed - The Due Date is set after the Card is created, to allow for a supplied Due Date being invalid.
Like Dave Liao likes this
David Bakkers
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Feb 11, 2021

A general update on some recent improvements to TrelloBuddy v1-14:

  1. Added - Can now parse and import a due date and a member into each Checklist Item.
Like Dave Liao likes this
Dave Liao
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Feb 11, 2021

@David Bakkers - nice! I'm guessing we can import by Trello username now?

David Bakkers
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Feb 11, 2021

Yes, you can use either a Trello username or an email address. It doesn't check to see if any person found is or isn't a member of the Board, it only logs an error when trying to make that person a member of a Card or Checklist Item.

Like Dave Liao likes this
Hallina
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Jan 21, 2023

I'm trying to download cards from one board specifically to Excel or cvs file - is this possible

Dave Liao
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jan 21, 2023

@Hallina - hi Hallinan! If you're part of a Premium workspace, you can export a Trello board in CSV format:

https://support.atlassian.com/trello/docs/exporting-data-from-trello/

Definitely start a new question if you have another one - click "Ask the community" in the header!

David Bakkers
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Feb 22, 2021 • edited Feb 23, 2021

A general update on some recent improvements to TrelloBuddy:

  • Added - Can parse and import a Start Date into each Card
  • Added - Can parse and import a Cover Color into each Card
  • Added - Can parse and import a Cover Size into each Card
  • Changed - Errors when searching for usernames are now correctly logged
  • Fixed - Cards are correctly created if they have no Description
  • Fixed - Checklist Items will not be uploaded if the prior Checklist was not created

 

I'm also looking into parsing unlimited Custom Fields, instead of just one.

Like # people like this

Thanks for sharing @David Bakkers !!

Have you made progress in importing more than one custom field?

David Bakkers
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Oct 13, 2021 • edited

Hello @Alejandro Flores Mosquera 

Yes, I did make a version that supports unlimited custom fields, but I decided against releasing it, because I didn't want to make a tool that competes against commercial products.

I know what it's like trying to make a living from being a small scale developer, and then someone produces a free version of what one of your products does, so I was keen not to be that someone.

David Bakkers
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Apr 04, 2021 • edited

A general update on some recent improvements to TrelloBuddy:

  • Added - Can parse and import a Cover Brightness into each Card

The logic of the cover brightness is bizarre. If you set it to 'light' the text comes out black, and it you set it to 'dark' the text comes out white. Brightness is really referring to the brightness of what's behind the text, so the text has enough contrast to be read.

The brightness setting only has a visible effect if the cover size is also set to 'full' to make the text of the card's name overlap the cover color or image.

Like Dave Liao likes this
David Bakkers
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jun 20, 2021

A general update on some recent improvements to TrelloBuddy v1-20:

  • Added - Can parse and import an option into a dropdown list Custom Field for each card
  • Changed - Will no longer parse unrecognised types in the CSV file

 

When importing an option into a dropdown list type of Custom Field, TrelloBuddy will go through all the options available for that Custom Field and try to find one that matches the value you supplied in the CSV file, irrespective of whether you supplied text, a number, a date or true / false.

Like Dave Liao likes this

A general update on some recent improvements to TrelloBuddy v1-21:

  • Added - Can parse and import multiple Stickers, delimited by semicolons, into each Card

 

For the default sticker pack, the stickers are 'check', 'heart', 'warning', 'clock', 'smile', 'laugh', 'huh', 'frown', 'thumbsup', 'thumbsdown', 'star' or 'rocketship'.

For the Taco sticker pack, the stickers are 'taco-love', 'taco-confused', 'taco-cool', 'taco-angry', 'taco-celebrate', 'taco-robot', 'taco-alert', 'taco-active', 'taco-money', 'taco-reading', 'taco-trophy', 'taco-sleeping', 'taco-pixel', 'taco-proto', 'taco-embarrassed' or 'taco-clean'

For the Pete the Computer sticker pack, the stickers are 'pete-happy', 'pete-love', 'pete-broken', 'pete-alert', 'pete-talk', 'pete-vacation', 'pete-confused', 'pete-shipped', 'pete-busy', 'pete-completed', 'pete-space', 'pete-sketch', 'pete-ghost', 'pete-award' or 'pete-music'

Unfortunately, for custom stickers, they don't have names, they only have ids, like '60d7ab7573518d6c8de0432a'. The web interface doesn't provide those ids, so you're forced to use the REST API to look them up first. Refer to this article on how to use the REST API to lookup the ids of custom stickers for board members.

Like Dave Liao likes this

Where will I find my key and token? I don't see it anywhere.

 

thanks

Dave Liao
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jan 21, 2023

@Kate Bourland - have you figured this out?

David Bakkers
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Oct 31, 2022

I've moved the location where TrelloBuddy is stored to here, in my DropBox, as Google keeps flagging *.ZIP files that contain *.EXEs as 'abuse' according to their new, more oppressive "If it's not a Google document, we'll make your life miserable" policy.

Grrrr!!

Like Dave Liao likes this

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events