W3cubDocs

/Nushell

from vcf for formats

Parse text as .vcf and create table.

Signature

> from vcf

Input/output types:

input output
string table

Examples

Converts ics formatted string to table

>'BEGIN:VCARD
N:Foo
FN:Bar
EMAIL:[email protected]
END:VCARD'|from vcf
╭───┬──────────────────────────────────────╮
# │              properties              │
├───┼──────────────────────────────────────┤
0╭───┬───────┬─────────────┬────────╮
# │ name  │    value    │ params │ │
├───┼───────┼─────────────┼────────┤
0NFoo
1FNBar
2EMAIL[email protected]
╰───┴───────┴─────────────┴────────╯
╰───┴──────────────────────────────────────╯

Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
https://www.nushell.sh/commands/docs/from_vcf.html