Commit a37f9d23 authored by iregon's avatar iregon
Browse files

Ignored c99 sentinal atts

parent d4f355e4
......@@ -2217,14 +2217,16 @@
"ATTI": {
"description": "attm ID",
"field_length": 2,
"column_type": "str"
"column_type": "str",
"ignore":true
},
"ATTL": {
"description": "attm length",
"field_length": 2,
"column_type": "int8",
"valid_max": 0,
"valid_min": 0
"valid_min": 0,
"ignore":true
},
"BLK": {
"description": "blank space",
......
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