Fix docs link about CSV. Part 2.

This commit is contained in:
Lauri Ojansivu 2025-07-07 19:09:57 +03:00
parent 3892be47ac
commit a9c67ac200
2 changed files with 3 additions and 3 deletions

View file

@ -5,8 +5,8 @@ Right to click your username / All Boards / Add Board / Import / From CSV/TSV
[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:
- [board-import.csv](https://wekan.fi/csv/board-import.csv)
- [board-import.tsv](https://wekan.fi/csv/board-import.tsv)
- [board-import.csv](board-import.csv)
- [board-import.tsv](board-import.tsv)
Frontend:
- [Import CSV code](https://github.com/wekan/wekan/tree/main/client/components/import)