我正在尝试创建一个流分析作业。消息以以下格式发送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