nushell / latest / docs / from_vcf.html

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:foo@bar.com
END:VCARD'|from vcf
╭───┬──────────────────────────────────────╮
# │              properties              │
├───┼──────────────────────────────────────┤
0╭───┬───────┬─────────────┬────────╮
# │ name  │    value    │ params │ │
├───┼───────┼─────────────┼────────┤
0NFoo
1FNBar
2EMAILfoo@bar.com
╰───┴───────┴─────────────┴────────╯
╰───┴──────────────────────────────────────╯

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