-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Description
It would be awesome to be able to import CSV's into a Wekan board, as many other apps have the option of exporting task data into a spreadsheet format (including forms and Gmail-plugin-CRMs). (I'm trying to migrate off of Streak (which is buggy and hard to use) to tracking my tasks on Wekan.
I'm going to suggest a format that's optimized for a CRM-type task, but am open to other suggestions (esp. if this sounds crazy) for Mapping CSV to Kanban board.
MVP:
- Every row becomes one card (except the header row).
- The first column is the name of the card.
- The 2nd column has the "list" that the card should be in (e.g., the "stage" of the customer).
- The titles of the lists are populated from the limited set of options in the 2nd column.
- Data from all other columns are put into the Description of the card, separated by new lines.
Super fancy:
- Show the user a list of header rows and let the user choose which column is the name of the card, which column is the list, and which columns to ignore completely
ottlukas