This commit is contained in:
2022-03-28 18:08:38 +00:00
parent b8fc078aad
commit 06298c5f89
5 changed files with 149 additions and 3 deletions

View File

@@ -104,6 +104,10 @@ You can import / update from either JSON or CSV files.
The AyaNova server only supports .json data; a .csv file is converted to json format first by the AyaNova web app before sending it to the AyaNova server for import.
#### Use .json if possible
If at all possible, we recommend using the .json format _over_ the .csv format as .json can exactly match the structure of the objects in AyaNova and imports in one step, whereas the CSV files need to be mapped on to the .json format structure before sending to the server for import / update.
### Import file format
Each supported object type that can be imported has it's [import specification](#import-specifications) and examples documented individually, click through the objects listed below to see the import file specifications for each type.