From 0db5ba6be742983fdedd8fb2f127b3512f2de1da Mon Sep 17 00:00:00 2001 From: perezgonzalez-irene <iregon@noc.ac.uk> Date: Mon, 13 Jan 2020 12:31:23 +0000 Subject: [PATCH] Removed date_parser and format from header --- schemas/lib/imma1/imma1.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/schemas/lib/imma1/imma1.json b/schemas/lib/imma1/imma1.json index 795203d..a28c338 100644 --- a/schemas/lib/imma1/imma1.json +++ b/schemas/lib/imma1/imma1.json @@ -1,8 +1,6 @@ { "header": { - "format": "fixed_width", - "parsing_order": [{"s": ["core"]},{"o": ["c1","c5","c6","c7","c8","c9","c95","c96","c97","c98","c99"]}], - "date_parser": {"section": "core","elements": ["YR","MO", "DY"],"format": ["%Y","%m","%d"]} + "parsing_order": [{"s": ["core"]},{"o": ["c1","c5","c6","c7","c8","c9","c95","c96","c97","c98","c99"]}] }, "sections": { "core": { -- GitLab