Service File form
|
|
Complete the Method tab to describe how the system detects fields and records in the input files.
Field |
Description |
Processing Method |
Select how the system uses the Parse Segment array (on the Request tab):
|
Record Layout | |
Record Terminator |
Optional. If the records end with a separator character, enter the delimiter character or characters that marks the end of a record in the input file. This field is used with the Type a single character, or enter one of these escape sequences:
You cannot enter octal- or hexadecimal-encoded characters value here. Many MS-DOS and Windows text files contain a newline (\n) character, not a return (\r) character, as the line terminator. |
or Record Length |
Optional. If all records have a common length in characters or bytes, enter the length here. This value is used with the If the Data Mode value is Leave this blank if you specified a terminator character, or if the Processing Method is |
Record Type Identifier | |
Offset |
Optional. If the Processing Method is If the Data Mode value is |
Length |
Optional. If the Processing Method is If the Data Mode value is |
Data Description | |
Data Mode |
Select
This choice affects which methods can be used in steps of a Parse Delimited rule to parse the string. For example, you cannot use the Parse-Fixed-Binary method if you choose |
Character Encoding |
Select the character encoding of the input file. As it reads the input file, the system converts the input from character encoding you specify here (such as ASCII,. Windows Latin-1 or EBCDIC) into Java String encoding (16-bit UNICODE). |