You use the Visual Integrator (VI) process objects to manipulate and transform data in the workflow. The table below describes each process object
Visual Integrator Process Objects
| Process Object | Description | 
|---|---|
| Alias | Renames columns. | 
| Break | Identifies break levels in the input flow. | 
| Calc | Performs various calculations on data. | 
| Chop | Chops input into tokens. | 
| Concat | Concatenates multiple input flows. | 
| Execute | Runs system commands. | 
| Expand | Expands a single row into multiple rows. | 
| Filter | Filters rows in a data flow that match specified criteria. | 
| Join | Performs SQL-style joins. | 
| Lookup | Combines two input flows to form a single output flow. | 
| Multiply | Generates additional records from a subset of records resulting in all possible binary combinations of the input rows. | 
| Qual | Qualifies a data flow based on specified conditions. | 
| Rank | Defines new calculated columns based on the entire set of input rows. | 
| Rotate | Rotates information from multiple columns into multiple rows. | 
| Sort | Sorts the data flow based on a set of columns, and changes the order in which the data appears in subsequent objects later in the data flow. | 
| SQL | Allows SQL statements to be run against an ODBC-accessible database. | 
| Squash | Combines rows that are identical for a set of dimension columns, and optionally summarizes number columns. | 
| Timeseries | Simplifies the creation of time period columns based on a set of rows. | 
| Trace | Helps  to debug scripts. | 
| Unrotate | Converts a single column into multiple columns. |