@@ -73,6 +73,8 @@ Error Code,Error Type,Message Template,Notes
7373249,Warning,#TIMESTAMP table after #{table} is missing\, deriving based on requirements,Reserved for Umkehr data tables
7474250,Warning,Excess field {field} does not belong in table {table}
7575251,Warning,Duplicate observations found in #{table} for Date={date},Reserved for Umkehr data tables
76+ 252,Error,Trailing commas found in #{table} header
77+ 253,Warning,Number of columns in {table} content row does not match with the number of column headers
7678301,Warning,Failed to parse #{table}.Time {component}: contains invalid characters
7779302,Warning,Failed to parse #{table}.Date {component}: contains invalid characters
7880303,Warning,#{table}.Date {component} is not within allowable range [{lower}]-[{upper}],Reserved for year and month components
@@ -123,4 +125,4 @@ Error Code,Error Type,Message Template,Notes
123125408,Warning,New station name added
124126409,Warning,New contribution added
125127410,Error,Data file failed to validate
126- 1000,Error,Unassigned error message
128+ 1000,Error,Unassigned error message
0 commit comments