This gem runs in .
Overview
Use the XMLParse gem to extract and convert XML data stored within a column of your table into a structured format. This gem lets you define how Prophecy parses the XML, either by using a sample record or a user-provided schema.Parameters
| Parameter | Description |
|---|---|
| Select column to parse | Specifies the input column containing the XML data to be parsed. |
| Parsing method | Determines how Prophecy derives the schema used to parse the XML structure.
|
Output
The output schema of the XMLParse gem includes all of the input columns and the parsed content as a struct data type.

