You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-operations/connect-to-cloud/concept-dataflow-mapping.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,27 +150,27 @@ In the previous example, the path consists of three segments: `Payload`, `Tag.10
150
150
151
151
* **Escape each segment separately:** If multiple segments contain dots, those segments must be enclosed in quotation marks. Other segments can also be quoted, but it doesn't affect the path interpretation:
* **Proper use of double quotation marks:** Double quotation marks must open and close an escaped segment. Any quotation marks in the middle of the segment are considered part of the field name:
159
159
160
-
```yaml
161
-
- inputs:
162
-
- 'Payload.He said: "Hello", and waved'
163
-
```
164
-
165
-
This example defines two fields in `dataDestination`: `Payload`and `He said: "Hello", and waved`. When a dot appears under these circumstances, it continues to serve as a separator:
166
-
167
-
```yaml
168
-
- inputs:
169
-
- 'Payload.He said: "No. It's done"'
170
-
```
171
-
172
-
In this case, the path is split into the segments `Payload`, `He said: "No`, and `It's done"` (starting with a space).
173
-
160
+
```yaml
161
+
- inputs:
162
+
- 'Payload.He said: "Hello", and waved'
163
+
```
164
+
165
+
This example defines two fields in `dataDestination`: `Payload`and `He said: "Hello", and waved`. When a dot appears under these circumstances, it continues to serve as a separator:
166
+
167
+
```yaml
168
+
- inputs:
169
+
- 'Payload.He said: "No. It's done"'
170
+
```
171
+
172
+
In this case, the path is split into the segments `Payload`, `He said: "No`, and `It's done"` (starting with a space).
173
+
174
174
### Segmentation algorithm
175
175
176
176
* If the first character of a segment is a quotation mark, the parser searches for the next quotation mark. The string enclosed between these quotation marks is considered a single segment.
0 commit comments