×
The import Geopipeline compatible files containing three columns of data. The first column is the name of the
item (following geopipeline naming convention), the second timestamp, the third the context information.
There is a
mandatory header in the file. The tool accepts the Geopipeline regular events and custom events.
A custom event can be a
Range (pairing applied) or a
Point.
The naming convention for item names:
RANGE_custom_name_START
RANGE_custom_name_END
POINT_custom_name
E.g.
Event name, event time [utc], contextual info
visibility_goldstone_start,2029-04-07T04:06:30Z,
IO_TRANSIT_START,2029-04-07T05:30:12Z,
IO_TRANSIT_END,2029-04-07T07:43:52Z,
RANGE_BOX1_START,2029-04-07T08:30:12Z,
RANGE_BOX1_END,2029-04-07T08:43:52Z,
POINT_P1,2029-04-07T08:53:52Z,
visibility_goldstone_end,2029-04-07T13:23:02Z,
- Header with column names is MANDATORY
- The separator used shall be the comma character (',').
- The tool accept the usual line endings characters (win: CRLF, unix: LF, mac CR).
- Dates shall be expressed using ISO format. e.g. 2032-07-08T15:53:52.350Z.
- The 'Z' time zone marker shall be present.