-
Notifications
You must be signed in to change notification settings - Fork 5
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.
- Test drive the plugin here
- Tabular CSV plugin overview
- Use with the FieldVisitHotFolderService
-
TOML Syntax
- Extracting property values from CSV
- Importing Excel files
- PrefaceRegex can grab values from anywhere
- Single or double brackets. Which is it?
- Use Aliases to transform your data
-
Configuration Fields
- Abstract classes
- Required Fields and Sparse Rows
- Disabled activities
- Locales and Encodings
- Configurable Picklists
- Configuration
- Visit
- ControlCondition
- Readings
- Calibrations
- Inspections
- LevelSurveys
- LevelSurveyMeasurements
- GageHeightMeasurements
- AdcpDischarges
- PanelDischargeSummaries
- MeterCalibrationEquations
- GageAtZeroFlow
- OtherDischarges
- VolumetricDischarges
- EngineeredStructureDischarges
- Examples
- Plugin Roadmap
- Plugin Limitations