LiveView Preprocessor Wizard

Use the New LiveView Preprocessor wizard to create a preprocessor application that takes data from an EventFlow Input Stream, manipulates it, and places the results into the specified Target Data Table. The Target tables must already exist in the project; create it using the Data Table wizard before running this wizard.

The wizard prompts for the name of the Target table, then generates a simple EventFlow Preprocessor application that intercepts data flowing into your table, processes the data with a null EventFlow Map operator, and then passes it on to the table. Replace the Map operator with the logic appropriate for your particular table.