JSON Parser examples

Example Snaps used

JSON Parser with JSON Lines Selected

In the following pipeline, the JSON Parser Snap parses the valid lines from the upstream File Reader Snap and routes the invalid lines to the error view.

Read an input file other than the UTF-8 Format

The following pipeline reads the input file in ISO-8859-15 format to generate an output file in UTF-8 format.

Read upstream JSON file and Parse data

Consider the following pipeline that combines two simple datasets.