Skip to content

[challenge 4] - data export from Iot Central #28

@lenisha

Description

@lenisha

current instructions ask to use Iot Central Data Export (Legacy), we have tested it with newer version of Data Export and it worked with following changes:

  • setup Data Export
    Add destinattion pointing to IotConnector EventHubs Connection String and export Telemetry:

image

{
    "templateType": "CollectionContent",
    "template": [
        {
            "templateType": "IotCentralJsonPathContent",
            "template": {
                "typeName": "heartrate",
                "typeMatchExpression": "$..[?(@telemetry.HeartRate)]",
                "values": [
                    {
                        "required": "true",
                        "valueExpression": "$.telemetry.HeartRate",
                        "valueName": "hr"
                    }
                ]
            }
        }
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions