diff -r cc60c8dd7924 -r 5bc2bb8b7946 relpipe-data/examples/ini-simple.tabular --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/relpipe-data/examples/ini-simple.tabular Mon Feb 21 00:43:11 2022 +0100 @@ -0,0 +1,15 @@ +ini: + ╭──────────────────┬──────────────┬────────────────╮ + │ section (string) │ key (string) │ value (string) │ + ├──────────────────┼──────────────┼────────────────┤ + │ │ color │ blue │ + │ first-section │ x │ 10 │ + │ first-section │ y │ 20 │ + │ first-section │ z │ 30 │ + │ first-section │ some │ value │ + │ first-section │ other │ VALUE │ + │ second-section │ x │ 100 │ + │ second-section │ y │ 200 │ + │ second-section │ z │ 300 │ + ╰──────────────────┴──────────────┴────────────────╯ +Record count: 9