Writer is used to write data to various streams. You can write the data using the following writer components:
Writers Component |
Description |
---|---|
SQL |
Writes data to the SQL database |
DataStore |
Writes data from the table. Use datastore writer for processing input and outputs between steps |
SOAP |
Submits entities to SOAP web service |
No-op Writer |
Placeholder that allows the writer to be skipped |
OData |
Supports OData create, replace, delete operations |
OData Action |
Supports OData Action |