Man illustrationFlower illustration

Read JSON to Dataset

Estimated reading: 1 minute 164 views

Allows the data defined in JSON format to be transferred to the dataset.


*JSON stringThe string structure to be read is written.
*Output DatasetThe reference name is given to the dataset which will create in this field.
Note: * Fields selected with are required, others are optional.

You can use the JSON string as shown in the example.

[{ “id”: 1 }] { “id”: 1, “firstname”: “Katerina”, “job”: { “site”: “www.javacodegeeks.com”, “name”: “Java Code Geeks” } }

You can use the Output Dataset as shown in the example.

readDS
Share this Doc

Read JSON to Dataset

Or copy link

CONTENTS
Chat Icon Close Icon