mirror of
https://github.com/hay-kot/homebox.git
synced 2025-06-27 06:08:36 +00:00
feat: add tsv support for import files (#160)
* feat: add tsv support for import files * add note in docs
This commit is contained in:
parent
f149c3e4ab
commit
f42a917390
7 changed files with 116 additions and 13 deletions
|
@ -9,6 +9,9 @@ Using the CSV import is the recommended way for adding items to the database. It
|
|||
- Currently only supports importing items, locations, and labels
|
||||
- Does not support attachments. Attachments must be uploaded after import
|
||||
|
||||
!!! tip "File Formats"
|
||||
The CSV import supports both CSV and TSV files. The only difference is the delimiter used. CSV files use a comma `,` as the delimiter and TSV files use a tab `\t` as the delimiter. The file extension does not matter.
|
||||
|
||||
**Template**
|
||||
|
||||
You can use this snippet as the headers for your CSV. Copy and paste it into your spreadsheet editor of choice and fill in the value.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue