from vcf for formats> from vcf 
| input | output | 
|---|---|
| string | table | 
Converts ics formatted string to table
>'BEGIN:VCARD
N:Foo
FN:Bar
EMAIL:[email protected]
END:VCARD'|from vcf
╭───┬──────────────────────────────────────╮
│# │              properties              │
├───┼──────────────────────────────────────┤
│0│╭───┬───────┬─────────────┬────────╮│
│││# │ name  │    value    │ params │ │
││├───┼───────┼─────────────┼────────┤│
│││0│N│Foo│││
│││1│FN│Bar│││
│││2│EMAIL│[email protected]│││
││╰───┴───────┴─────────────┴────────╯│
╰───┴──────────────────────────────────────╯
    Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
    https://www.nushell.sh/commands/docs/from_vcf.html