Commit 8357821b authored by Beartriz Recinos Rivas's avatar Beartriz Recinos Rivas
Browse files

fixed truncated-delimiter problem in deck702

parent e58c6a01
......@@ -2243,7 +2243,7 @@
}
},
"c99_data": {
"header": {"format":"delimtied", "delimiter":"}"},
"header": {"format":"delimited", "delimiter":"}"},
"elements": {
"control_No": {
"description": "Ship control number",
......@@ -2366,6 +2366,10 @@
"ocean_crossed": {
"description": "Ocean crossed in the voyage",
"column_type": "str"
},
"extra_data": {
"description": "Extra truncated data",
"column_type": "str"
}
}
}
......
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