This page explains how to import cards into Card Buddy from other apps. To export cards from Card Buddy to other apps, see the export page.

Importing into Card Buddy

Card Buddy currently supports import from two file types:

If you have previously created notes using a spreadsheet app like Google Sheets or Microsoft Excel, you can bring these into Card Buddy easily using the CSV file format. Each cell in your spreadsheet that has text will be converted into a card when the CSV file is imported, and its placement in the spreadsheet grid will be retained in the Card Buddy board.

On the other hand, if you are using a text-based editor, you can use the plain text format to import multiple cards all at once into the app. See below for more details on how the plain text file is formatted.

How to import on Mac

Importing on Mac always creates a new document.

How to import on iOS

Unlike on the Mac, the iOS app currently can only import cards into an existing document. (This will be improved in a future update to Card Buddy.)

CSV Format

CSV stands for “comma-separated values” and is a text file format used to store tabular data, such as in a spreadsheet. Generally, you won’t be creating the CSV file by hand, but instead saving it from a spreadsheet app.

Each cell that has text will be converted into its own card. Blank cells are ignored. The positioning of the cells will be maintained in the imported cards as well.

How to Save to CSV in Google Sheets

How to Save to CSV in Microsoft Excel

How to Save to CSV in Numbers

Plain Text Format

Plain text files are useful if you want to create your cards outside of the app by hand in a text editor or Markdown editor.

On iOS, when imported via text file, cards are inserted horizontally at the cursor location in Storyboard mode. If stacking is enabled, they are stacked at the current cursor. In Kanban mode, cards are inserted vertically at the cursor location.

On Mac, importing does not insert cards into your current document. Instead, Card Buddy creates a new document and the imported cards are inserted horizontally from left to right in rows of 10 cards.

Card Buddy itself can export to this text file format.

Here’s what you need to know about the text file format:

Here’s an example:

# First Card

This is a card styled with a Markdown title above.

A card can span multiple lines

---

# Second Card

This is the front side of the second card.

This card has two sides as can be seen by the separator below.

***

This is the back side of the second card.

---

# Third Card

This is the third card.


Import Limitations