feat: add tsv support for import files (#160)

* feat: add tsv support for import files

* add note in docs
This commit is contained in:
Hayden 2022-12-01 18:06:47 -09:00 committed by GitHub
parent f149c3e4ab
commit f42a917390
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 116 additions and 13 deletions

View file

@ -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.