relpipe-data/examples/ini-simple.tabular
branchv_0
changeset 329 5bc2bb8b7946
equal deleted inserted replaced
328:cc60c8dd7924 329:5bc2bb8b7946
       
     1 ini:
       
     2  ╭──────────────────┬──────────────┬────────────────╮
       
     3  │ section (string) │ key (string) │ value (string) │
       
     4  ├──────────────────┼──────────────┼────────────────┤
       
     5  │                  │ color        │ blue           │
       
     6  │ first-section    │ x            │ 10             │
       
     7  │ first-section    │ y            │ 20             │
       
     8  │ first-section    │ z            │ 30             │
       
     9  │ first-section    │ some         │ value          │
       
    10  │ first-section    │ other        │ VALUE          │
       
    11  │ second-section   │ x            │ 100            │
       
    12  │ second-section   │ y            │ 200            │
       
    13  │ second-section   │ z            │ 300            │
       
    14  ╰──────────────────┴──────────────┴────────────────╯
       
    15 Record count: 9