diff --git a/CSV.md b/CSV.md new file mode 100644 index 0000000..c6dbea9 --- /dev/null +++ b/CSV.md @@ -0,0 +1,10 @@ +Right to click your username / All Boards / Add Board / Import / From CSV/TSV + +CSV import was added at 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.github.io/csv/board-import.csv) +- [board-import.tsv](https://wekan.github.io/csv/board-import.tsv) + + +[Related pull requests](https://github.com/wekan/wekan/pulls?q=is%3Apr+is%3Aclosed+csv)