From 9bb8e05fb0bcc009c929afb04cfd488ebb2dad5e Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Fri, 2 Dec 2022 07:42:10 -0800 Subject: [PATCH] Fix typo in .csv header snippet Import RefLocation -> ImportRef Location --- docs/docs/import-csv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/import-csv.md b/docs/docs/import-csv.md index f289143..791f08b 100644 --- a/docs/docs/import-csv.md +++ b/docs/docs/import-csv.md @@ -17,7 +17,7 @@ Using the CSV import is the recommended way for adding items to the database. It 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. ```csv -Import RefLocation Labels Quantity Name Description Insured Serial Number Model Number Manufacturer Notes Purchase From Purchased Price Purchased Time Lifetime Warranty Warranty Expires Warranty Details Sold To Sold Price Sold Time Sold Notes +ImportRef Location Labels Quantity Name Description Insured Serial Number Model Number Manufacturer Notes Purchase From Purchased Price Purchased Time Lifetime Warranty Warranty Expires Warranty Details Sold To Sold Price Sold Time Sold Notes ``` !!! tip "Column Order"