From 334d3610072263e06dd2529d79e8fc7154140fbf Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 24 Mar 2022 23:47:14 +0000 Subject: [PATCH] --- devdocs/todo.txt | 4 ++++ docs/8.0/ayanova/docs/adm-import.md | 1 + 2 files changed, 5 insertions(+) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index bfef2bbd..2c2af053 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -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 diff --git a/docs/8.0/ayanova/docs/adm-import.md b/docs/8.0/ayanova/docs/adm-import.md index b891dcab..b71968f6 100644 --- a/docs/8.0/ayanova/docs/adm-import.md +++ b/docs/8.0/ayanova/docs/adm-import.md @@ -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