-
Notifications
You must be signed in to change notification settings - Fork 4
TimeRangeActivity
Doug Schmidt edited this page Aug 5, 2022
·
12 revisions
The TimeRangeActivity definition derives from the Activity definition, and includes all of the base class properties.
| 16 Properties | Required | Description |
|---|---|---|
| Comment MergeWithComment MergeWithComments Time Times DateOnly - v20.3+ TimeOnly - v20.3+ Disabled - v21.4.12+ |
N | 8 inherited Activity properties. |
[StartTime][[StartTimes]][StartDateOnly] - v20.3+[StartTimeOnly] - v20.3+ |
N | A list of timestamp definitions, combined into a single starting moment in time. |
[EndTime][[EndTimes]][EndDateOnly] - v20.3+[EndTimeOnly] - v20.3+ |
N | A list of timestamp definitions, combined into a single ending moment in time. |
- The
[StartTime],[StartTimeOnly],[StartDateOnly], and[[StartTimes]]properties will be combined into a single start time for the activity. - The
[EndTime],[EndTimeOnly],[EndDateOnly], and[[EndTimes]]properties will be combined into a single end time for the activity.
The interval for the activity will span from the start to the end.
- If no start nor end time is specified, the activity's
[Time],[TimeOnly],[DateOnly], and[[Times]]properties will be used to create an activity that occurs at that single moment in time. - If no start, end, nor activity time is specified, the visit's start and end times will be used.
v20.3 adds StartDateOnly, StartTimeOnly, EndDateOnly, and EndTimeOnly properties for simpler parsing
Just like their DateOnly and TimeOnly counterparts, you can now parse dates and times from separate CSV columns for your start and end times.
- 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