Relative Content

Tag Archive for databricksjson-deserializationazure-eventhub

Receiving Null values from Eventhub streaming

I am new to PySpark, and facing an issue while consuming data from the Azure eventhub. I am unable to deserialize the consumed data. I see only null values upon deserializing data using the schema. Please find the below schema, eventhub message, and code that I am using to consume data and let me know how can I resolve this issue. Thanks in advance.