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"Removed in v2
displayEncoding is set to true (default), the encoding dropdown is visible in the importer:

