LiveView Transform Wizard

Use the New LiveView Transform wizard to create a transformation application that takes data from a Source Data Table, manipulates it, and places it into the Target Data Table. Both Source and Target tables must already exist in the project; create your Target table first, using the Data Table wizard.

The wizard creates a simple Transform application that passes data unchanged from the Source table through a null EventFlow Map operator and onto the Target table. Replace the Map operator with the logic needed for your particular transformation.