allowInvalidSubmit
boolean
default:"false"
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".
This option impacts the messaging on the final screen before submitting data. When this is set to 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
boolean
default:"false"
backendSync is deprecated in favor of backendSyncMode backendSync = false is equivalent to backendSyncMode = "DISABLED" backendSync = true is equivalent to backendSyncMode = "FULL_DATA"
displayEncoding
boolean
default:"true"
Removed in v2
Allows the user to specify an encoding for any files they upload. Dromo will default to the encoding that it detects. If displayEncoding is set to true (default), the encoding dropdown is visible in the importer: