Skip to content

Commit ad5356e

Browse files
author
Jean-Sebastien Brunner
authored
Adding info on EH Capture
1 parent d1fdc19 commit ad5356e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/stream-analytics/stream-analytics-parsing-json.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ ms.service: stream-analytics
55
author: mamccrea
66
ms.author: mamccrea
77
ms.topic: conceptual
8-
ms.date: 06/21/2019
8+
ms.date: 01/29/2020
99
---
1010
# Parse JSON and Avro data in Azure Stream Analytics
1111

1212
Azure Stream Analytics support processing events in CSV, JSON, and Avro data formats. Both JSON and Avro data can be structured and contain some complex types such as nested objects (records) and arrays.
1313

14+
>[!NOTE]
15+
>AVRO files created by Event Hub Capture use a specific format that requires you to use the *custom deserializer* feature. For more information, see [Read input in any format using .NET custom deserializers](https://docs.microsoft.com/azure/stream-analytics/custom-deserializer-examples).
16+
17+
1418

1519
## Record data types
1620
Record data types are used to represent JSON and Avro arrays when corresponding formats are used in the input data streams. These examples demonstrate a sample sensor, which is reading input events in JSON format. Here is example of a single event:

0 commit comments

Comments
 (0)