into value
for filters
Infer Nushell datatype for each cell.
Signature
> into value {flags}
Flags
--columns, -c {list<any>}
: list of columns to update--prefer-filesizes, -f
: For ints display them as human-readable file sizes
Input/output types:
input | output |
---|---|
table | table |
Examples
Infer Nushell values for each cell.
> $table | into value
Infer Nushell values for each cell in the given columns.
> $table | into value -c [column1, column5]