Skip to main content

Seed

The Seed file type:

  • 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.

You can only read data from Seed files in Prophecy.

Parameters

ParameterTabDescription
DataDataData you provide in the Seed format.
SchemaPropertiesSchema 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 nameDescriptionDefault
Select an appropriate delimiter for entered dataCharacter to separate data you enter.,
First row is headerWhether the first row is the table header.true
Enforce specified or inferred schemaWhether the output schema must match what you define in this tab.false
Auto Infer schema from the dataWhether you want to automatically enter the schema.false

Target

The Target gem does not support writing to Seed files.