mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2026-01-01 02:27:32 +01: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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user