Skip to main content

Browse and Preview Source Data

Browse and preview are the first data checks after a connector can reach its source. Use them before mapping source values to operational targets.

Prerequisites

Use browse and preview only after:

  • the connector has been saved;
  • test connection succeeds or the known failure is being investigated;
  • source owner can confirm tag, topic, object, table, file, or field meaning;
  • expected units, timestamp behavior, and update interval are available;
  • the operator knows which downstream workflow needs the data.

When to use this page

Use this workflow when:

  • a connector test succeeds;
  • you need to find the correct tags, fields, topics, objects, tables, or files;
  • the source owner needs to confirm units and meaning;
  • mappings are being prepared for Inspector, AI Agent, predictive maintenance, or BI.

Browse workflow

  1. Open Data Integration > Connectors.
  2. Open the connector.
  3. Start the connector if browsing requires an active connection.
  4. Open source browse.
  5. Navigate through source hierarchy.
  6. Select candidate nodes or fields.
  7. Record source paths that should be mapped.

What "source hierarchy" means depends on connector type:

Source typeBrowse may show
OPC UANamespace, objects, variables, nodes.
BACnetDevices, objects, properties.
ModbusRegister groups or configured register map.
MQTTTopics or configured payload fields.
RESTResponse fields from the configured endpoint.
CSVFile columns.
JDBCTables, columns, or query result fields.

Preview workflow

  1. Select a source node or field.
  2. Run preview.
  3. Check recent sample values.
  4. Confirm timestamp.
  5. Confirm data type.
  6. Confirm unit.
  7. Confirm expected range.
  8. Mark the field ready, uncertain, or rejected.

What to record

For every candidate field, record:

ItemWhy it matters
Source pathNeeded for mapping.
Display nameHelps reviewers recognize the field.
Source ownerNeeded when values look wrong.
Timestamp fieldRequired for time-based workflows.
UnitNeeded for conversion and quality checks.
Expected rangeHelps detect impossible values.
Target asset or pointNeeded for operational context.
Review stateReady, uncertain, or rejected.

Expected output

The output of browse and preview is not a production mapping. It is a reviewed source-field list that includes source path, sample value, timestamp behavior, unit, target context, and review state. Keep uncertain fields out of mappings until the source owner confirms them.

Preview review checklist

Approve a source field for mapping only when:

  • the value is current enough for the workflow;
  • timestamp is clear;
  • equipment or asset identity is clear;
  • unit is known;
  • value range is plausible;
  • source owner can explain the field;
  • the same field is not duplicated under a better source path.

Common problems

SymptomLikely causeAction
Browse failsConnector is not running, source is unreachable, or permission is missing.Start connector and recheck credentials/network.
Preview is emptySource path has no recent data or query is too narrow.Ask source owner and adjust path or query.
Timestamp is missingSource payload has no usable time field.Add timestamp mapping or choose another field.
Values are staleUpstream source stopped updating or interval is too long.Check source system and sync strategy.
Values look impossibleUnit, scale factor, byte order, or field selection may be wrong.Review connector configuration and mapping transform.

Next step

After preview confirms the right source field, continue with Mapping Source Fields.