Skip to content

StrictMode

Doug Schmidt edited this page Jun 16, 2020 · 1 revision

A configuration will default to StrictMode = true, to automatically warn you if your configuration is invalid.

This can be disabled via StrictMode = false, but it is generally recommended to keep it enabled unless you run into a special edged case.

Example validation includes:

  • You have at least one PrefaceRegex defined, but nothing from the preface area matched the regular expression. Either your regular expression is incorrect, or the CSV data you are feeding the plugin is incorrect.

Clone this wiki locally