Reference: TextSchema Step Properties
Common Tab
Property | XML Attribute Name | Description |
|---|---|---|
Step Id
| id
| The unique ID of the textschema mediation step within the assembly. |
Input
| input
| Specifies where the textschema mediation step obtains data as input. There are 5 possible values:
|
Output
| output
| Specifies where the textschema mediation step directs the output. There are 5 possible values:
|
Url
| url
| The location of the text schema XSD file used by the textschema mediation step, given as a relative path or an absolute URL. You can use an MVEL expression to extract the URL from the MediationContext . Example: @{parts[1].xpath('/script/location')}
|
Style
| style
| The conversion style of the textschema mediation step. There are 2 options:
|
Advanced Tab
Property | XML Attribute Name | Description |
|---|---|---|
Description
| description
| A description of the textschema mediation step that displays in the consolidated log. You can use this feature to describe the step's function and the data on which it is operating. |
Execute When
| execute-when
| A condition that determines whether the textschema step executes. |
Use File Backed Managed Data
| use-file-backed-managed-data
| Specifies whether to stream all output to your local disk once you reach a data threshold. |