relpipe-data/examples/ini-simple.tabular
author František Kučera <franta-hg@frantovo.cz>
Mon, 21 Feb 2022 00:43:11 +0100
branchv_0
changeset 329 5bc2bb8b7946
permissions -rw-r--r--
Release v0.18

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