329
|
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
|