This commit is contained in:
2022-03-24 23:47:14 +00:00
parent ad8f2129b3
commit 334d361007
2 changed files with 5 additions and 0 deletions

View File

@@ -51,6 +51,10 @@ TODO:
If add translation keys should try to do it as a schema update now
TEST FILE OPEN ON iPad device as the file input accept type may not work with apple
TEST
import csv, json, with and without tags
update csv, json, with and without tags
get back to docs completion

View File

@@ -18,5 +18,6 @@ Each type of supported importable object's allowed fields and types is documente
CSV will be converted to JSON before importing, if there are any errors in the CSV the import will not proceed and the results of the CSV parser's errors found will be displayed on the import page
Errors from the parser are in English language only
Tags in CSV must be quotation delimited comma separated list of items like this: "blue,red,white", if it's only one tag then simply "blue" is fine