This commit is contained in:
2022-03-30 19:27:04 +00:00
parent b0033aa4de
commit 186e03254f
14 changed files with 190 additions and 27 deletions

View File

@@ -146,6 +146,22 @@ To ensure the integrity of the data, import will _not_ be attempted if ther are
CSV parsing errors come from a 3rd party utility and will be displayed in the English language only.
#### JSON Parsing errors
If there is an issue with parsing the JSON file you may receive a Syntax error with further description:
##### "Expected double quoted property name" syntax error
This error is due to a trailing comma in the JSON structure, either in an individual record after the last field in that record or in the entire array of objects after the last object:
Correct comma format:
![correct comma placement image](img/adm-import-json-correctcomma.png)
Invalid comma format:
![not correct comma placement image](img/adm-import-json-incorrectcomma.png)
### Maximum file size
The actual limit on how many records can be imported / updated at once depends on many different things from individual browser limits, memory available, intermediate networking device and server configuration etc making it impossible to specify a limit.