into for conversions> into {flags} 
| input | output | 
|---|---|
| nothing | string | 
You must use one of the following subcommands. Using this command as-is will only produce this help message.
| name | type | usage | 
|---|---|---|
| into binary | Builtin | Convert value to a binary primitive. | 
| into bits | Builtin | Convert value to a binary primitive. | 
| into bool | Builtin | Convert value to boolean. | 
| into datetime | Builtin | Convert text or timestamp into a datetime. | 
| into decimal | Builtin | deprecated: convert data into a floating point number. | 
| into duration | Builtin | Convert value to duration. | 
| into filesize | Builtin | Convert value to filesize. | 
| into float | Builtin | Convert data into floating point number. | 
| into int | Builtin | Convert value to integer. | 
| into record | Builtin | Convert value to record. | 
| into sqlite | Builtin | Convert table into a SQLite database. | 
| into string | Builtin | Convert value to string. | 
    Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
    https://www.nushell.sh/commands/docs/into.html