Stream Analytics ジョブを作成しようとしています。メッセージは、次の形式で送信されていますJSON
。
var message = "Name;\n" + Guid.NewGuid().ToString() + ";" ;
ジョブを実行しているときに、次のエラーが発生します。
Could not deserialize the input event as Json. Some possible reasons:
1) Malformed events
2) Input source configured with incorrect serialization format