-
Notifications
You must be signed in to change notification settings - Fork 53
Import with multiple tags #102
Copy link
Copy link
Open
Description
The import template suggests multiple tags can be provided in a quoted, comma-separated list:
Name,Manufacturer,Model,Serial,Purchase Date,Purchase Price,Notes,URL,Warranty,Warranty Expiration,Lifetime,Secondary Warranty,Secondary Warranty Expiration,Tags,Quantity
Test Name,Test Manufacturer,Test Model,Test Serial,2025-07-03,123.45,Test Notes,https://example.com,Test Warranty,2025-07-03,false,Test Secondary Warranty,2025-07-03,"tag1,tag2,tag3",1But each row is just naively split on commas, so the quotes are included verbatim and multiple tags don't currently work:
DumbAssets/public/managers/import.js
Line 215 in c423e8e
| const row = dataRows[i].split(','); |
In my case this leads to some surprising "Name is required" errors because it's looking in the wrong column (I'm trying to migrate an existing spreadsheet where the column best suited for tags is first, so commas there offset everything).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels