This adapter reads a text document in COBOL copybook format, parses it according to the rules of the descriptor file, and returns an XML document.
Characters that are not valid XML characters are replaced by the Unicode Replacement Character #xFFFD. The following Unicode characters are valid XML characters:
-
#x9 -
#xA -
#xD -
#x20–#xD7FF -
#xE000–#xFFFD
Properties
|
Operation |
Defines the operation executed by the function adapter Possible values: |
Parameters
|
Adapters |
Main class of the adapter (do not change!) Possible values: |
|
DescFile |
Required Name of the descriptor file that describes the text document in COBOL Copybook format in its data structure. The descriptor file should be stored in the user folder of the X4 repository (for example, Possible values: Path and filename with the suffix |
|
Strict |
Determines whether the data stream from the preceding process step must be sufficiently long to read the complete structure Possible values:
|
|
encoding |
Note: This parameter is available as of X4 BPMS 7.4.18. Sets the character encoding of the scanned document in Cobol Copybook format. Possible values: Any valid Java character set, such as:
Behavior:
When should you use this parameter?
|