B2B Data Transformation
- B2B Data Transformation 10.4.0
- All Products
Component Type
| Description
|
---|---|
Action
| Takes data from a data holder and performs an operation on it. For example, the
RunParser action runs a Parser.
|
Anchor
| Identifies a section of the input document.
|
Document processor
| Performs a complex transformation on an input document. For example, the
PdfToTxt_4 document processor converts a PDF document to plain text.
|
Format
| Defines the format of the documents for a Parser to process.
|
Locator
| Isolates a single occurrence of a multiple-occurrence data holder.
|
Mapper
| Reads XML documents and writes XML documents. Can be set as the startup component.
|
Notification
| Writes a message to the standard output or to a log. For example, the
XsdValidationError notification indicates that the input document is not valid as against the schema that defines it.
|
Parser
| Reads documents in any format and writes documents in any format. Can be set as the startup component.
|
Script Port
| Defines an input or output document.
|
Serializer
| Reads XML documents and writes documents in any format. Can be set as the startup component.
|
Streamer
| Breaks large input files into chunks and passes the chunks to a Parser, Mapper, or Serializer. Can be set as the startup component.
|
Transformer
| Transforms an input string to an output string. Can be set as the startup component.
|
Validator
| Determines whether input data conforms to a specific data definition.
|
Variable
| Holds data that the Script receives through a service parameter, or holds data from component in the Script.
|