Example 1: Parsing JSON data

You can create a simple job that uses the JSON Parser step to parse contact data, which is stored in one JSON data file, into two flat files.

About this task

This basic parsing example uses the sample JSON data file, schema.json,. You parse contact information from the schema.json file into two files. One file contains contact information: first name, last name, age, street address, city, postal code, new subscription, and the company name. The second file contains phone numbers: number and type.