2024-03-08 21:24:14 +02:00
|
|
|
Right to click your username / All Boards / Add Board / Import / From CSV/TSV
|
|
|
|
|
|
|
|
[Original Import CSV issue](https://github.com/wekan/wekan/issues/395)
|
|
|
|
|
|
|
|
[CSV import was added at PR 3081](https://github.com/wekan/wekan/pull/3081)
|
|
|
|
|
|
|
|
Here's a copy of the CSV and TSV to test out the functionality:
|
2025-07-07 19:09:57 +03:00
|
|
|
- [board-import.csv](board-import.csv)
|
|
|
|
- [board-import.tsv](board-import.tsv)
|
2024-03-08 21:24:14 +02:00
|
|
|
|
|
|
|
Frontend:
|
|
|
|
- [Import CSV code](https://github.com/wekan/wekan/tree/main/client/components/import)
|
|
|
|
|
|
|
|
Backend:
|
|
|
|
- [Import CSV code](https://github.com/wekan/wekan/blob/main/models/csvCreator.js) and [General Import code](https://github.com/wekan/wekan/blob/main/models/import.js)
|
|
|
|
|
|
|
|
Related:
|
|
|
|
- [Related PRs](https://github.com/wekan/wekan/pulls?q=is%3Apr+is%3Aclosed+csv)
|