datetime
natural-language-conversion commands (see this Discord thread and subsequent comments)date humanize
: Formatting a datetime in a natural-language form. E.g.:
into datetime
, which today automatically attempts to parse/interpret natural-language into a datetime
, but will simply return date now
if it fails. E.g. #14790:
into datetime
or moving it to a new command altogether. The question is what to name the flag/command and whether or not to rename date humanize
to match.update $col {}
can only deal with one column per invocationupdate cells --columns [...$cols] {}
pretty wordy$it
to $in
for where
condition$in
populated corrrectly in mutable assignment operators?date from-human
seems acceptable
into datetime
date humanize
seems acceptableinto datetime
with record inputunion[record, datetime]
which would static check with both \ expect-record
and \ expect-datetime
but then collapse the wave function at run time/update cells
into
variants have, especially useful during data ingestionWay forward: any for now, better type system when we get to
According to Rose we could have the specific ones as documentations after the any case.
Alternate route:
separate commands for record to scalar conversions like path join
/ url join