This commit is contained in:
2022-01-14 21:23:14 +00:00
parent 9d8a603516
commit 76e0aca6d1
9 changed files with 201 additions and 24 deletions

View File

@@ -1,6 +1,10 @@
# ADM-IMPORT Placeholder
# Import
NOTE: AyaNova 8's native data interchange format is JSON as JSON supports hiearchical structured data of the type AyaNova uses for nearly all it's object types.
[UNDER CONSTRUCTION]
DOC NOTES:
AyaNova 8's native data interchange format is JSON as JSON supports hiearchical structured data of the type AyaNova uses for nearly all it's object types.
For this reason, import ONLY supports JSON format files. Importing CSV files is *not* supported.
@@ -8,6 +12,6 @@ A 3rd party tool can be used to convert CSV files to JSON if necessary.
https://duckduckgo.com/?t=ffab&q=csv+to+json&ia=web
We recommend exporting some records of the object desired to import so that you can see the exact format used and replicate it for import
TODO: How to use the IMPORT feature, limitations, auto tag, etc