Skip to content

Commit a80c092

Browse files
authored
Merge pull request #125987 from changeworld/patch-24
Fix typo
2 parents 3b452f8 + ce7395e commit a80c092

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/stream-analytics/data-errors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ See [Troubleshoot Azure Stream Analytics by using diagnostics logs](monitor-azur
2323
"Source": "InputTelemetryData",
2424
"Type": "DataError",
2525
"DataErrorType": "InputDeserializerError.InvalidData",
26-
"BriefMessage": "Json input stream should either be an array of objects or line separated objects. Found token type: Integer",
26+
"BriefMessage": "JSON input stream should either be an array of objects or line separated objects. Found token type: Integer",
2727
"Message": "Input Message Id: https:\\/\\/exampleBlob.blob.core.windows.net\\/inputfolder\\/csv.txt Error: JSON input stream should either be an array of objects or line separated objects. Found token type: Integer",
2828
"ExampleEvents": "[\"1,2\\\\u000d\\\\u000a3,4\\\\u000d\\\\u000a5,6\"]",
2929
"FromTimestamp": "2019-03-22T22:34:18.5664937Z",
@@ -119,11 +119,11 @@ See [Troubleshoot Azure Stream Analytics by using diagnostics logs](monitor-azur
119119
**Error messages**
120120

121121
```json
122-
"BriefMessage": "Json input stream should either be an array of objects or line separated objects. Found token type: String"
122+
"BriefMessage": "JSON input stream should either be an array of objects or line separated objects. Found token type: String"
123123
```
124124

125125
```json
126-
"Message": "Json input stream should either be an array of objects or line separated objects. Found token type: String"
126+
"Message": "JSON input stream should either be an array of objects or line separated objects. Found token type: String"
127127
```
128128

129129
### InvalidInputTimeStamp

0 commit comments

Comments
 (0)