-
Notifications
You must be signed in to change notification settings - Fork 4
Abstract classes
The plugin's Configuration definition includes a number of "abstract" classes of fields.
These classes are not referenced directly in the TOML syntax, but they form the basis for many of the properties available for parsing by the plugin.
Most items in AQTS field visit data support some form of "Comment" field, and that is what the Core abstract class provides.
Most items (Readings, Calibrations, Inspections, GageHeightMeasurements, and LevelSurveyMeasurements) also represent an activity that occurred at a specific moment in time, and that is what the Activity abstract class provides.
Some items (Visit, AdcpDischarges, and PanelDischargeSummaries) occur over a range of time, with a start and end time. This is what the TimeRangeActivity abstract class provides.
- 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