Parameters
| Parameter | Description |
|---|---|
| Source Column Name | Name of the column that contains the XML or JSON records. |
| Parser Type | Format of the column you want to parse (XML or JSON). |
| Parsing Method | How Prophecy will derive the schema that will be used to parse the data. |
- Parse automatically. Prophecy infers the schema by reading the first 40 records.
- Parse from sample record. Prophecy uses the schema that you provide in the sample record.
- Parse from schema. Prophecy uses the schema that you provide in the form of a schema struct.
Output
The schema of the ColumnParser gem output includes the parsed content as a struct data type, in addition to all of the input columns.

