relpipe-data/examples/ini-complex.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) │ sub_key (string) │ value                                           (string) │
 ├──────────────────┼─────────────────────┼──────────────────┼──────────────────────────────────────────────────────────┤
 │                  │ global              │                  │ value                                                    │
 │ section          │ section-tag-support │                  │ partial                                                  │
 │ quoting          │ quoted              │                  │ some text in quotes                                      │
 │ quoting          │ apostrophed         │                  │ some text in apostrophes                                 │
 │ quoting          │ unquoted            │                  │ values are trimmed                                       │
 │ quoting          │ we-need             │                  │     quotes or apostrophes                                │
 │ quoting          │ to-keep             │                  │ the leading/trailing whitespace                          │
 │ multiline        │ quoted              │                  │ first line↲second line                                   │
 │ multiline        │ apostrophed         │                  │ first line↲second line                                   │
 │ multiline        │ backslashed         │                  │ first line continues here                                │
 │ comments         │ ini                 │                  │ true                                                     │
 │ comments         │ unix                │                  │ true                                                     │
 │ comments         │ but                 │                  │ be aware that ; this is part of the value, not a comment │
 │ subkeys          │ a                   │ x                │ AX                                                       │
 │ subkeys          │ a                   │ y                │ AY                                                       │
 │ escaping         │ escaped-multiline   │                  │ first line↲second line                                   │
 │ escaping         │ backslash           │                  │ back\slash                                               │
 │ escaping         │ quotes              │                  │ quoted text with "quotes" inside                         │
 │ escaping         │ tab                 │                  │ how↹very                                                 │
 ╰──────────────────┴─────────────────────┴──────────────────┴──────────────────────────────────────────────────────────╯
Record count: 19