You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to read the file output/release/built_with_change_types.tsv from the archive tarball. While trying to parse the column Date_last_evaluated_ENIGMA there are a few cases where the value reads a couple of dates separated by comma instead of a single date:
# A tibble: 4 × 5
row col expected actual file
<int> <int> <chr> <chr> <chr>
1 26142 11 date in ISO8601 2015-01-12,2016-09-28 output/release/built_with_change_types.tsv
2 51732 11 date in ISO8601 2016-10-18,2017-12-15 output/release/built_with_change_types.tsv
3 53218 11 date in ISO8601 2016-10-18,2017-12-15 output/release/built_with_change_types.tsv
4 55862 11 date in ISO8601 2017-06-29,2016-04-15 output/release/built_with_change_types.tsv
Would it be possible to commit to one of the dates instead?
The text was updated successfully, but these errors were encountered:
Hi BRCA Exchange team,
I am trying to read the file
output/release/built_with_change_types.tsv
from the archive tarball. While trying to parse the columnDate_last_evaluated_ENIGMA
there are a few cases where the value reads a couple of dates separated by comma instead of a single date:Would it be possible to commit to one of the dates instead?
The text was updated successfully, but these errors were encountered: