Skip to content

Commit 995b39e

Browse files
authored
Merge pull request #132 from nalduu/trailing_commas_fix
Added a warning for missing columns
2 parents eff3c76 + 32afdd2 commit 995b39e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

data/migrate/Errors-Backfilling.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ Error Code,Error Type,Message Template,Notes
7373
249,Warning,#TIMESTAMP table after #{table} is missing\, deriving based on requirements,Reserved for Umkehr data tables
7474
250,Warning,Excess field {field} does not belong in table {table}
7575
251,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
7678
301,Warning,Failed to parse #{table}.Time {component}: contains invalid characters
7779
302,Warning,Failed to parse #{table}.Date {component}: contains invalid characters
7880
303,Warning,#{table}.Date {component} is not within allowable range [{lower}]-[{upper}],Reserved for year and month components

data/migrate/Errors-Weekly-Processing.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ Error Code,Error Type,Message Template,Notes
7373
249,Warning,#TIMESTAMP table after #{table} is missing\, deriving based on requirements,Reserved for Umkehr data tables
7474
250,Warning,Excess field {field} does not belong in table {table}
7575
251,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
7678
301,Error,Failed to parse #{table}.Time {component}: contains invalid characters
7779
302,Error,Failed to parse #{table}.Date {component}: contains invalid characters
7880
303,Error,#{table}.Date {component} is not within allowable range [{lower}]-[{upper}],Reserved for year and month components

0 commit comments

Comments
 (0)