Example

This example Data Stream demonstrates how to use this Transformation to pad the temperature data output to at least four rows per batch of records.

Refer to configuration to understand all configuration options of this Agent.

Step 1: Add the Agent

Drag the Row Padding Transformation onto the canvas, connect the input endpoint to the simulated temperature data, the output to the printer, and save the Data Stream.

Step 2: Configure General

Select the Agent and click Configure. Keep the default Collection.

Step 3: Configure Settings

Set the total number of rows per batch. In this case, set total rows to 4.

Step 3: Results

Apply the changes, save the Data Stream and publish it.

Let's look at the Live Data View. For each incoming batch, blank rows are added to pad the batch to a minimum number of events.

In this case, the Event Simulator's batch size is 1 - so every "real" event will be followed by three blank events.

Files

See the Import, Export, and Clone - XMPro article for steps to import a Data Stream.

Last updated