-
Notifications
You must be signed in to change notification settings - Fork 4
Method Code
Doug Schmidt edited this page Oct 10, 2020
·
3 revisions
Many supported activities (like Readings, Calibrations, and OtherDischarges) have an optional Method property.
When set, the Method value must be one of the parameter-specific Method Code values shown in the System Config app's Methods tab.
If blank/empty, the item will be imported with the DefaultNone method code, which applies to all parameters.
This is the Method Code value, not the Method Name value. (ie. HGENCODER, not Encoder).
You may need to use Aliases to transform any invalid method codes into valid method codes for you AQTS system.
- 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