relpipe-data/examples/ini-complex.tabular
branchv_0
changeset 329 5bc2bb8b7946
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/relpipe-data/examples/ini-complex.tabular	Mon Feb 21 00:43:11 2022 +0100
@@ -0,0 +1,25 @@
+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