As of now in remote.Output
, any column with a name of *dateId
is assumed to be an ordinal date and converted. With the datasets I work on it's applicable, but that functionality should be implemented into local.schema()
with a new column that would signify which fields are ordinal dates, as any other data set may not follow that naming pattern.