Read JSON
block simplifies the extraction of specific values from a JSON object, enabling efficient data analysis, reporting, and preprocessing in data pipelines.
I/O | Feature | Type | Simple Explanation |
---|---|---|---|
input | keys | string | A list of comma-separated keys to specify which values to extract from the JSON object. |
input | json | object | The source JSON object containing the data you want to extract values from. |
output | json_values | string | A consolidated string of all extracted values corresponding to the specified keys in the JSON data. |
Read JSON
block proves invaluable!