Nushell
Get Nu!
Getting Started
  • The Nushell Book
  • Command Reference
  • Cookbook
  • Language Reference Guide
  • Contributing Guide
Blog
  • English
  • 中文
  • Deutsch
  • Français
  • Español
  • 日本語
  • Português do Brasil
  • Русский язык
GitHub
Get Nu!
Getting Started
  • The Nushell Book
  • Command Reference
  • Cookbook
  • Language Reference Guide
  • Contributing Guide
Blog
  • English
  • 中文
  • Deutsch
  • Français
  • Español
  • 日本語
  • Português do Brasil
  • Русский язык
GitHub
  • Categories

    • Bits
    • Bytes
    • Chart
    • Conversions
    • Core
    • Database
    • Dataframe
    • Dataframe Or Lazyframe
    • Date
    • Debug
    • Default
    • Env
    • Experimental
    • Expression
    • Filesystem
    • Filters
    • Formats
    • Generators
    • Hash
    • History
    • Lazyframe
    • Math
    • Misc
    • Network
    • Path
    • Platform
    • Plugin
    • Prompt
    • Random
    • Removed
    • Shells
    • Strings
    • System
    • Viewers

into for conversions

Commands to convert data from one type to another.

Signature

> into {flags}

Input/output types:

inputoutput
nothingstring

Notes

You must use one of the following subcommands. Using this command as-is will only produce this help message.

Subcommands:

namedescriptiontype
into binaryConvert value to a binary primitive.built-in
into boolConvert value to boolean.built-in
into cell-pathConvert value to a cell-path.built-in
into datetimeConvert text or timestamp into a datetime.built-in
into durationConvert value to duration.built-in
into filesizeConvert value to filesize.built-in
into floatConvert data into floating point number.built-in
into globConvert value to glob.built-in
into intConvert value to integer.built-in
into recordConvert value to record.built-in
into sqliteConvert table into a SQLite database.built-in
into stringConvert value to string.built-in
into valueInfer Nushell datatype for each cell.built-in