This commit is contained in:
@@ -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:
|
||||
|
||||

|
||||
|
||||
Invalid comma format:
|
||||
|
||||

|
||||
|
||||
### 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.
|
||||
|
||||
Reference in New Issue
Block a user