from
for formats
Parse a string or binary data into structured data.
Signature
> from
Input/output types:
input | output |
---|---|
nothing | string |
Notes
You must use one of the following subcommands. Using this command as-is will only produce this help message.
Subcommands:
name | type | usage |
---|---|---|
from csv | Builtin | Parse text as .csv and create table. |
from eml | Builtin,Plugin | Parse text as .eml and create record. |
from ics | Builtin,Plugin | Parse text as .ics and create table. |
from ini | Builtin,Plugin | Parse text as .ini 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 vcf | Builtin,Plugin | Parse text as .vcf and create table. |
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. |