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