Add Date Column
Example
Copy
./owlcheck \
-ds "datataset_date_column" \
-rd "2019-07-01" \
-f "/Users/Downloads/csv2/2019010.csv" \
-adddc
Note Add date column will use the run date supplied and add a date column named
Copy
-adddc
This is used when you are using datasets that do not contain a date column or a malformed date string.
Known Limitations
This feature is only available for files, not for database tables.