Data Integration
- Data Integration
- All Products
The following sample shows a JSON schema that spans across multiple lines:{"Name":"Tom","Street":"2100 Seaport Blvd","City":"Redwood City","State":"CA","Country":"USA","Zip":"94063"}
By default, the Hierarchy Processor transformation reads each JSON schema as a single line. To read input that spans across multiple lines, you can configure the formatting options in the Source transformation to read multiple-line JSON files.{ "Name": "Tom", "Surname": "Day", "City": "Redwood City", "State": "CA", "Country": "USA", "Zip": "94063" }
Session Property Name
| Session Property Value
|
---|---|
spark.sql.shuffle.partitions
| 1
|