This commit is contained in:
2022-03-27 20:01:15 +00:00
parent 12094f9e0b
commit 7dc89365e8
2 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ If ContractExpires is omitted then it is set to the import date and time minus 1
## JSON file format ## JSON file format
The .json file must contain an array of Customer objects even if it's a single object. The .json file must contain an array of Customer objects, so even a single object must be within [] square brackets in the import file.
The first Customer record here illustrates importing a Customer with a link to existing Contract and Head office objects. The first Customer record here illustrates importing a Customer with a link to existing Contract and Head office objects.

View File

@@ -102,7 +102,7 @@ The only way to undo an update is to [restore the database](ops-restore.md) from
You can import / update from either JSON or CSV files. You can import / update from either JSON or CSV files.
Internally AyaNova only imports .json data; a .csv file is converted to json format first by the web app before sending it to the AyaNova server for import. 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.
### Import file format ### Import file format