This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user