You are here

migrate_source_csv.source.schema.yml in Migrate Source CSV 8

config/schema/migrate_source_csv.source.schema.yml

File

config/schema/migrate_source_csv.source.schema.yml
View source
  1. migrate.source.csv:
  2. type: migrate_source
  3. label: 'CSV'
  4. mapping:
  5. path:
  6. type: string
  7. label: 'Path to the source CSV file'
  8. header_row_count:
  9. type: integer
  10. label: 'Signifies the number of rows of data in a file until the header row'
  11. keys:
  12. type: sequence
  13. label: 'Column name(s) which represent the key uniquely identifying each record'
  14. sequence:
  15. type: string
  16. label: 'Key field'
  17. column_names:
  18. type: sequence
  19. label: 'Numeric key 0-based index of the columns in source CSV file'