Nushell
Book
Cookbook
Blog
Languages
Languages
English
中文
Deutsch
Español
日本語
Português do Brasil
GitHub
open in new window
#
from ini
Parse text as .ini and create table
#
Signature
> from ini
#
Examples
Converts ini formatted string to table
>
'[foo] a=1 b=2'
|
from ini