from url for formats> from url {flags} 
| input | output | 
|---|---|
| string | record | 
Convert url encoded string into a record
>'bread=baguette&cheese=comt%C3%A9&meat=ham&fat=butter'|from url
╭────────┬──────────╮
│bread│baguette│
│cheese│comté│
│meat│ham│
│fat│butter│
╰────────┴──────────╯
Tips: Command from url was not included in the official binaries by default, you have to build it with --features=extra flag
    Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
    https://www.nushell.sh/commands/docs/from_url.html