Deprecated settings are settings that are no longer supported and will be removed in a future version of Dromo. These settings are provided for backwards compatibility and will be removed in a future version of Dromo.
allowInvalidSubmit
is deprecated in favor of the invalidDataBehavior
setting.allowInvalidSubmit = false
is equivalent to invalidDataBehavior = "REMOVE_INVALID_ROWS"
.allowInvalidSubmit = true
is equivalent to invalidDataBehavior = "INCLUDE_INVALID_ROWS"
.false
, Dromo will discard the records with errors and the user will see “Discard X rows with issues. Submit the rest.” When this is set to true
, Dromo will submit the records with errors and the user will see “Submit your data anyway (errors may occur).”:backendSync
is deprecated in favor of backendSyncMode
backendSync = false
is equivalent to backendSyncMode = "DISABLED"
backendSync = true
is equivalent to backendSyncMode = "FULL_DATA"
displayEncoding
is set to true
(default), the encoding dropdown is visible in the importer: