from for formats> from {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 | 
|---|---|---|
| from csv | Builtin | Parse text as .csv and create table. | 
| from json | Builtin | Convert from json to structured data. | 
| from nuon | Builtin | Convert from nuon to structured data. | 
| from ods | Builtin | Parse OpenDocument Spreadsheet(.ods) data and create table. | 
| from ssv | Builtin | Parse text as space-separated values and create a table. The default minimum number of spaces counted as a separator is 2. | 
| from toml | Builtin | Parse text as .toml and create record. | 
| from tsv | Builtin | Parse text as .tsv and create table. | 
| from url | Builtin | Parse url-encoded string as a record. | 
| from xlsx | Builtin | Parse binary Excel(.xlsx) data and create table. | 
| from xml | Builtin | Parse text as .xml and create record. | 
| from yaml | Builtin | Parse text as .yaml/.yml and create table. | 
| from yml | Builtin | Parse text as .yaml/.yml and create table. | 
    Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
    https://www.nushell.sh/commands/docs/from.html