November 2017
Beginner to intermediate
290 pages
7h 34m
English
Some input operators, like the Kafka input operator, will emit the message they receive as generic byte array or string and the next operator needs to turn it into a tuple according to the schema of the stream. The library contains a few parsers for common formats that can be used to turn incoming messages into POJO objects based on the configured schema.
Examples for CSV, JSON, fixed width, and XML parsers can be found at the following links:
Read now
Unlock full access