Screen Element Number | Name | Description | Remarks |
---|---|---|---|
(1) | Structure definition | Define structures of a fixed length file to read. This adapter reads a fixed length file by following the definition. |
|
(2) | Column list | Define structures of the output data. Data only defined in the structure definition is read. |
|
(3) | Group |
|
|
(4) | Record |
|
|
(5) | Field |
|
|
(6) | Remove(Structure definition) | Delete the element selected in the tree of the [Structure Definition]. |
|
(7) | Edit | Show the definition dialog of the element selected in the tree of the [Structure definition]. |
|
(8) | Add | Add an element to the [Column list] selected in the tree of the [Structure definition]. | |
(9) | Remove(Column list) | Delete the element selected in the tree of the [Column list]. |
|
(10) | Up | Move up the order of the element selected in the tree of the [Column list]. | |
(11) | Down | Move down the order of the element selected in the tree of the [Column list]. |
Item name | Required / Optional | Description | Remarks |
---|---|---|---|
Group name | Required | Enter a name of the group. | |
Occurrence | Optional | Enter occurrence of the group. |
|
Omittable | Optional | Select whether to omit the [Occurrence].
|
|
Unlimited | Optional | Select whether to set unlimited to the [Occurrence].
|
Item name | Required / Optional | Description | Remarks |
---|---|---|---|
Record name | Required | Enter a name of the record. | |
Occurrence | Optional | Enter occurrence of the record. |
|
Omittable | Optional | Select whether to omit the [Occurrence].
|
|
Unlimited | Optional | Select whether to set unlimited to the [Occurrence].
|
Item name | Required / Optional | Description | Remarks | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Field name | Required | Enter a name of the field. | |||||||||||||||||||||||||
Field type | Required | Select a type of the field.
|
|||||||||||||||||||||||||
Specify encoding | Optional | Select or enter any encoding.
Use only the canonical name supported by Java SE Runtime Environment 8 when specifying the encoding directly in the field. ![]() |
|
||||||||||||||||||||||||
Field length | Required | Enter the length of the entire field in bytes. | |||||||||||||||||||||||||
Starting position | - | Automatically displayed the start position of the field in the record. | |||||||||||||||||||||||||
Alignment | Required | Select the alignment of the field.
|
|||||||||||||||||||||||||
Suppressed character | Required | Select the character suppressed.
|
|
Item name | Required / Optional | Description | Remarks | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Tag | Optional | Enter a tag (record identification code). |
|
||||||||||||||||||||||||||||||||||||
Date format | Optional | Select or enter a date format.
|
|
||||||||||||||||||||||||||||||||||||
Number of decimal places | Optional | Enter the number of decimal places. |
|
||||||||||||||||||||||||||||||||||||
Zone nibble | Optional | Enter a nibble of the zone. |
|
||||||||||||||||||||||||||||||||||||
Sign format | Optional | Select the format of the code.
|
|
||||||||||||||||||||||||||||||||||||
Positive nibble | Optional | Enter a positive nibble. |
|
||||||||||||||||||||||||||||||||||||
Negative nibble | Optional | Enter a negative nibble. |
|
Columns | Type | Character that can be specified | Required / Optional | Remarks |
---|---|---|---|---|
1 | Prefix | GROUP or G | Required |
|
2 | Group name | Any string | Required | |
3 | Occurrence | Number of 0 to 2147483647 | Optional |
|
4 | Required | true or false | Optional |
|
|
=> |
|
Columns | Type | Character that can be specified | Required / Optional | Remarks |
---|---|---|---|---|
1 | Prefix | RECORD or R | Required |
|
2 | Record name | Any string | Required | |
3 | Occurrence | Number of 0 to 2147483647 | Optional |
|
4 | Required | true or false | Optional |
|
|
=> |
|
Columns | Type | Character that can be specified | Required / Optional | Remarks | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Prefix | FIELD or F | Required |
|
||||||||||||||
2 | Field name | Any string | Required | |||||||||||||||
3 | Type | Each type of character that can be specified is as follows.
|
Required |
|
||||||||||||||
4 | Type setting | Tag or date format | Optional |
|
||||||||||||||
5 | Encoding | If the type is a string field, you can specify any encoding.
Use only the canonical name supported by Java SE Runtime Environment 8 when specifying the encoding directly in the field. ![]() |
Optional |
|
||||||||||||||
6 | Length | Numbers from 0 to 9999 | Required | |||||||||||||||
7 | Suppressed character | Suppress any character | Required |
|
||||||||||||||
8 | Align |
|
Optional |
|
||||||||||||||
9 | Number of decimal places | Number between 0 to 2147483647 | Optional |
|
||||||||||||||
10 | Sign format |
|
Optional |
|
||||||||||||||
11 | Zone nibble | 4-digit number of 0 or 1 | Optional |
|
||||||||||||||
12. | Positive nibble | 4-digit number of 0 or 1 | Optional |
|
||||||||||||||
13 | Negative nibble | 4-digit number of 0 or 1 | Optional |
|
||||||||||||||
14 | Output | true or false | Optional |
|
|
=> |
|
|
|
|
|
GROUP,A group,,false RECORD,A record,,false |
|
<= A record becomes the child record of group B. |