Processor reads and writes the data from different steams. It takes single entity or entity list and returns processed entity or processed entity list.
You can read and write the data using the following processor components:
Processor Component |
Description |
---|---|
Compound |
Groups several processors together logically. Used mainly within an Iterator or at the root of the processor section. |
SQL |
Reads from SQL database and writes to SQL database using mapping, transforming, and assignments. |
SOAP |
Executes SOAP operations such as Read, Create, Update. |
Hierarchy Builder |
Builds a hierarchy based on given set of data |
Iterator |
Divides a data set and iterates (Loop / Parallelization ). The only sub-processor allowed in an iterator is a compound processor. |
Join |
Joins two data sets together |
P6 Join |
Special Join Processor to be used with P6 WebService calls |
Context Logging |
Logs context parameters |
Logger |
Logs the entity set |
No-op |
Placeholder that allows the processor to be skipped |
Reducer |
Reduces the entity set using aggregate functions and grouping |
Filter |
Filters the rows out of the entity set based on an expression |
OData |
Supports OData Read, Creates, Replace, Delete |
OData Action |
Supports OData Actions. |
Expansion |
De-summarizing data into multiple records |
Transformer |
Adds new fields to the entity set through expressions |