mirror of
https://github.com/wekan/wekan.git
synced 2026-02-02 22:51:47 +01:00
Reorganized Docs. In Progress.
This commit is contained in:
parent
1961e22cbd
commit
ce89ff4833
202 changed files with 0 additions and 0 deletions
18
docs/ImportExport/CSV.md
Normal file
18
docs/ImportExport/CSV.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
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:
|
||||
- [board-import.csv](https://wekan.github.io/csv/board-import.csv)
|
||||
- [board-import.tsv](https://wekan.github.io/csv/board-import.tsv)
|
||||
|
||||
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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue