B2B Data Transformation
- B2B Data Transformation 10.5
- All Products
Operation | Transformers | Actions |
---|---|---|
Input | The input of a transformer is a single string. | The input is implemented by the action. An action can have multiple inputs. The inputs can be data holders. |
Output | The output of a transformer is a string. | The output is implemented by the action. For example, an action can create output data holders. |
Side effects | A transformer has no side effects, other than modifying the input string. | An action can have side effects, such as updating a database. |