into value for filters

Infer nushell datatype for each cell.

Signature

> into value {flags}

Flags

  • --columns, -c {table}: list of columns to update
  • --prefer-filesizes, -f: For ints display them as human-readable file sizes

Input/output types:

inputoutput
tabletable

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]