migrate_source_csv.source.schema.yml in Migrate Source CSV 8
Same filename and directory in other branches
config/schema/migrate_source_csv.source.schema.yml
File
config/schema/migrate_source_csv.source.schema.ymlView source
- migrate.source.csv:
- type: migrate_source
- label: 'CSV'
- mapping:
- path:
- type: string
- label: 'Path to the source CSV file'
- header_row_count:
- type: integer
- label: 'Signifies the number of rows of data in a file until the header row'
- keys:
- type: sequence
- label: 'Column name(s) which represent the key uniquely identifying each record'
- sequence:
- type: string
- label: 'Key field'
- column_names:
- type: sequence
- label: 'Numeric key 0-based index of the columns in source CSV file'