Day-0 Explorer
General enterprise visibility, with access to the enterprise's general document spaces. No HR or payroll compartment access.Viewing as Enterprise Reader

MAP-OBS-IOT-MEAS · version 1

IoT MeasurementTelemetry Measurement

Observation translation · Observation

Source

Field mappings

Source fieldCanonical fieldContributionSurvivorship
quality_codequality_codeDirect
device -> ENTITY Devicesubject_entity_idDerived
measurement.sensor_channel_idsubject_entity_idDerived
sensor_channel.device_idsubject_entity_idDerived
measurement.sensor_channel_idunit_codeDerived
sensor_channel.unit_idunit_codeDerived
unit.unit_codeunit_codeDerived

Canonical records produced (4)

Rule definition
{
  "subject": {
    "via": [
      {
        "take": "device_id",
        "source_object": "sensor_channel",
        "source_system": "IOT"
      }
    ],
    "kind": "ENTITY",
    "from_field": "sensor_channel_id",
    "target_type": "Device",
    "target_object": "device",
    "target_system": "IOT",
    "classification": "INTERNAL"
  },
  "unit_code": {
    "via": [
      {
        "take": "unit_id",
        "source_object": "sensor_channel",
        "source_system": "IOT"
      },
      {
        "take": "unit_code",
        "source_object": "unit",
        "source_system": "IOT"
      }
    ],
    "from_field": "sensor_channel_id",
    "classification": "INTERNAL"
  },
  "attributes": {
    "quality_code": {
      "from": [
        "quality_code"
      ],
      "classification": "INTERNAL"
    }
  },
  "observed_at": "observed_at",
  "business_key": "measurement_id",
  "significance": {
    "kind": "crosses_threshold",
    "value_field": "numeric_value",
    "channel_field": "sensor_channel_id"
  },
  "numeric_value": "numeric_value"
}