many or too few data per row). If set to true, an error will be reported and the import will stop, and if set to false, then the error will be reported but the import will not stop.
DataModelImport.strict
bool strict() @propertyGet strict property.
Returns
Defines the behaviour in case the imported data contains recoverable errors (usually too
void strict(bool propval) @propertySet strict property.
Parameters
propval | Defines the behaviour in case the imported data contains recoverable errors (usually too many or too few data per row). If set to true, an error will be reported and the import will stop, and if set to false, then the error will be reported but the import will not stop. |