- Is a configuration file that provides initial data or settings for an application.
- Allows you to manually write small CSV files into your Prophecy pipelines.
Parameters
| Parameter | Tab | Description |
|---|---|---|
| Data | Data | Data you provide in the Seed format. |
| Schema | Properties | Schema to apply on the data. You can define or edit the schema as a JSON, or infer it with the Infer Schema button. |
Source
The Source gem reads data from Seed files and allows you to optionally specify the following additional properties.Source properties
| Property name | Description | Default |
|---|---|---|
| Select an appropriate delimiter for entered data | Character to separate data you enter. | , |
| First row is header | Whether the first row is the table header. | true |
| Enforce specified or inferred schema | Whether the output schema must match what you define in this tab. | false |
| Auto Infer schema from the data | Whether you want to automatically enter the schema. | false |

