MAP transformation text, add white space example (#10766)
Add simple white space escape example for MAP key Signed-off-by: Ross Kennedy <rossko@culzean.clara.co.uk>
This commit is contained in:
parent
6ba1606e52
commit
6df474a994
@ -19,14 +19,16 @@ key=value
|
|||||||
0=OFF
|
0=OFF
|
||||||
ON=1
|
ON=1
|
||||||
OFF=0
|
OFF=0
|
||||||
|
white\ space=showing escape
|
||||||
=default
|
=default
|
||||||
```
|
```
|
||||||
|
|
||||||
| input | output |
|
| input | output |
|
||||||
|------------|-----------|
|
|---------------|----------------|
|
||||||
| `1` | `ON` |
|
| `1` | `ON` |
|
||||||
| `OFF` | `0` |
|
| `OFF` | `0` |
|
||||||
| `key` | `value` |
|
| `key` | `value` |
|
||||||
|
| `white space` | `using escape` |
|
||||||
| `anything` | `default` |
|
| `anything` | `default` |
|
||||||
|
|
||||||
## Usage as a Profile
|
## Usage as a Profile
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user