From 4510592e2b281a9f700142133eeea4678374ef14 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Thu, 1 Dec 2022 18:02:15 -0900 Subject: [PATCH] add note in docs --- docs/docs/import-csv.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/import-csv.md b/docs/docs/import-csv.md index 67b1e1d..f289143 100644 --- a/docs/docs/import-csv.md +++ b/docs/docs/import-csv.md @@ -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.