Skip to content

Commit 16db9e5

Browse files
authored
Merge pull request #125934 from changeworld/patch-62
Fix typo
2 parents 157144d + 8de46e4 commit 16db9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/stream-analytics/data-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ See [Troubleshoot Azure Stream Analytics by using diagnostics logs](monitor-azur
2424
"Type": "DataError",
2525
"DataErrorType": "InputDeserializerError.InvalidData",
2626
"BriefMessage": "Json input stream should either be an array of objects or line separated objects. Found token type: Integer",
27-
"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",
27+
"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",
3030
"ToTimestamp": "2019-03-22T22:34:18.5965248Z",

0 commit comments

Comments
 (0)