JSONParse gem
The JSONParse gem lets you parse JSON that is included in a column of your table.
Interactive Gem Example
The JSONParse gem has a corresponding interactive gem example. See Interactive gem examples to learn how to run sample pipelines for this and other gems.
Parameters
| Parameter | Description |
|---|---|
| Select column to parse | Specifies the input column containing the JSON data to be parsed. |
| Parsing method | Determines how Prophecy derives the schema used to parse the JSON structure.
|
Output
The output schema of the JSONParse gem includes all of the input columns and the parsed content as a struct data type.
