The easiest and most flexible way to get a lot of tasks and data into your Rindle account is by using CSV import.
You can import CSV files two different ways:
Import a CSV as a new board
Import a CSV into an existing board
How to get started
In order to successfully import using CSV, your file must match the Rindle CSV formatting. The best place to start is:
Export a CSV from an existing board - This will provide the exact file format you will need. You can then edit as needed for import.
User our CSV template (Google Sheets) - You can copy this into Drive or download a copy to use with another tool.
Pro-tip: Be sure to always keep the file in .CSV format.
What's in the file?
Whether you export from an existing board or you use our template, you will see column headings specific to Rindle that must be used to successfully import.
If you have a CSV export from another tool, it will have to be converted into our template format before importing into Rindle.
Here are the column names with formatting details:
ID (unique ID number)
Parent ID (use to associate lists to tasks, sub tasks to tasks, and comments to tasks)
Type (task, list, or comment)
Data (task name, list name, or comment text)
Creator (creator email address - use for task creator and comment author)
Task Description (plain text, can use markdown)
Task Start Date (date/time format: 2017-12-21 5:00:00)
Task Due Date (date/time format: 2017-12-21 5:00:00)
Task Status (active or complete - blank defaults to active)
Task Assignees (user email addresses separated by commas)
Task Watchers (user email addresses separated by commas)
Task Tags (tag names exactly as they appear in Rindle, separated by commas. Tags must exist in Rindle before you import.)
Duration (enter numeric value for the duration in days)
Milestone (enter 1 if the task is a milestone, leave blank if not)
Custom Fields - Learn more about importing custom fields
Note: All columns are not required for the import to be successful.
Formatting the data
There are three types of entries you can make in the CSV file:
list
task
comment
Note: When using the above types, they must be lowercase.
Lists
When starting with a blank template, start by entering the lists that you want on your board. Each list will be a row in the CSV file. Use the ID column to provide a unique number to identify it. This number can be anything you want. So your lists might look like this:
Notice that the ID numbers are unique and the type is set to list. Use the Data column to specify the list name.
Note: If you export from an existing board, you will already see the list entries at the top of the CSV file with existing IDs.
The columns you will use for list will be:
ID (unique ID number)
Type (list)
Data (list name)
Creator (creator email address - optional, will use person importing as the creator by default)
Tasks
Next add your tasks. Each task will be a row in the CSV file. Top level tasks should have a list ID set as the Parent ID of the task. This maps the task to the appropriate list when it's imported. It will look something like this:
In the above example "Create help doc outline for CSV import" will go in the "In Progress" list and the rest in "Backlog". Notice that the type is set to task. Use the Data column to specify the task name.
To create a sub task, you will assign an ID to the parent task, then use that ID as the Parent ID for the sub task. It will look like this:
In the above example "Include example spreadsheets" and "Link to the CSV template" are sub tasks of "Create help doc outline for CSV import." Notice that the type is still set to task, but because it has a parent ID of another task, it will import as a sub task. Use the Data column to specify the task name.
The columns you will use for tasks are:
ID (unique ID number)
Parent ID (use to associate lists to tasks, sub tasks to tasks)
Type (task)
Data (task name)
Creator (task creator - email address)
Task Description (plain text, can use markdown)
Task Start Date (date/time format: 2017-12-21 5:00:00)
Task Due Date (date/time format: 2017-12-21 5:00:00)
Task Status (active or complete - blank defaults to active)
Task Assignees (email comma separated, notifications are NOT sent on import)
Task Watchers (email comma separated)
Task Tags (tag names exactly as they appear in Rindle, separated by commas. Tags must exist in Rindle before you import.)
Custom Fields - Learn more about importing custom fields
Comments
If you would like to add comments to tasks, it follows a similar format. Comments should have a task ID set as a its Parent ID. This maps the comment to the appropriate task when it's imported. It will look like this:
In the above example "Did you verify is published?" will be a comment in "Publish CSV import article." Notice that the type is set to comment. Use the Data column to specify the comment text.
If you want to set the author of the comment, put their email address in the Creator field. In this case brian@rindle.com will be the author of the comment. (they must be a user in your Rindle account).
The columns you will use for comments are:
ID (unique ID number)
Parent ID (use to associate comments to tasks)
Type (comment)
Data (comment text)
Creator (comment author - email address)
Importing the Board
Once your file is ready, you can use the CSV file to import a brand new board or import into an existing board.
Import a CSV as a new board
In Boards, click on Import Board in the top right corner of the screen
Click browse to select your CSV file from your computer
When prompted with the success message, click Visit Board
Your new board will be named with the CSV file name by default. You can edit the board name if needed.
Pro-tip: Any email address in the Task Assignees field will be automatically added to the board as members when importing and creating a new board (they must have a user account in your Rindle).
Your imported board will look like this:
Pro-tip: If you experience any errors, go back and double check that your columns are named correctly and the file has a .csv file extension.
Import a CSV into an existing board
From within a board, click the gear/settings icon at the top (next to the board name).
In the ellipse menu select Import From CSV
Select your CSV file from your computer and follow the prompts
Pro-tip: When importing into an existing board, the user must be on the board for assignees to import correctly.
If you have exported an exiting board and your adding new tasks, you will notice that the existing tasks from the board have IDs pre-fixed with rindle_. These should not be changed or removed and should be used when creating sub tasks or comments related to those tasks in the CSV file.
Pro-tip: you can also bulk change existing tasks name in the CSV file and they will update upon import.