-
Notifications
You must be signed in to change notification settings - Fork 1
/
config-test.yml
55 lines (55 loc) · 1.28 KB
/
config-test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
file-description: default configuration to read test file
options:
lines-config:
- description: header
identifier-field-index: 1
fields:
- description: record type
init-pos: 1
size: 2
type-data: string
key: 00
- description: description of record
init-pos: 3
size: 7
type-data: string
- description: observation
init-pos: 10
size: 20
type-data: string
- description: type 1
identifier-field-index: 1
fields:
- description: record type
init-pos: 1
size: 2
type-data: string
key: 01
- description: description of record
init-pos: 3
size: 7
type-data: string
- description: observation
init-pos: 10
size: 20
type-data: string
- description: type phone
identifier-field-index: 1
fields:
- description: record type
init-pos: 1
size: 2
type-data: string
key: 02
- description: description of record
init-pos: 3
size: 7
type-data: string
- description: phone
init-pos: 10
size: 11
type-data: number
- description: observation
init-pos: 21
size: 9
type-data: string