Commit 53274594 authored by iregon's avatar iregon
Browse files

Changed supp to c99

parent 49962d27
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"parsing_order": [ "parsing_order": [
{"s": ["core"]}, {"s": ["core"]},
{"o": ["c1","c5","c6","c7","c8","c9","c95","c96","c97","c98"]}, {"o": ["c1","c5","c6","c7","c8","c9","c95","c96","c97","c98"]},
{"s": ["supp_sentinal","supp_journal","supp_voyage","supp_daily","supp_data"]} {"s": ["c99_sentinal","c99_journal","c99_voyage","c99_daily","c99_data"]}
] ]
}, },
"sections": { "sections": {
...@@ -2215,7 +2215,7 @@ ...@@ -2215,7 +2215,7 @@
} }
} }
}, },
"supp_sentinal": { "c99_sentinal": {
"header": {"sentinal": "99 0 ", "length": 5, "field_layout":"fixed_width"}, "header": {"sentinal": "99 0 ", "length": 5, "field_layout":"fixed_width"},
"elements": { "elements": {
"ATTI": { "ATTI": {
...@@ -2241,7 +2241,7 @@ ...@@ -2241,7 +2241,7 @@
} }
} }
}, },
"supp_journal": { "c99_journal": {
"header": {"field_layout":"fixed_width","length": 117}, "header": {"field_layout":"fixed_width","length": 117},
"elements": { "elements": {
"header":{ "header":{
...@@ -2391,17 +2391,17 @@ ...@@ -2391,17 +2391,17 @@
} }
} }
}, },
"supp_voyage": { "c99_voyage": {
"header": {"field_layout":"fixed_width","length": 52,"disable_read":true}, "header": {"field_layout":"fixed_width","length": 52,"disable_read":true},
"elements": { "elements": {
"supp_rt2": { "c99_rt2": {
"description": "Voyage header record", "description": "Voyage header record",
"field_length": 52, "field_length": 52,
"column_type": "str" "column_type": "str"
} }
} }
}, },
"supp_daily": { "c99_daily": {
"header": {"field_layout":"fixed_width","length": 61}, "header": {"field_layout":"fixed_width","length": 61},
"elements": { "elements": {
"Unknown1": { "Unknown1": {
...@@ -2468,7 +2468,7 @@ ...@@ -2468,7 +2468,7 @@
} }
} }
}, },
"supp_data": { "c99_data": {
"header": {"field_layout":"fixed_width","length": 103}, "header": {"field_layout":"fixed_width","length": 103},
"elements": { "elements": {
"Unknonwn1": { "Unknonwn1": {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment