From 1e90e3033b8ab320202f09f5f3c5ce272f4dddc6 Mon Sep 17 00:00:00 2001 From: heddn <lucashedding@1463982.no-reply.drupal.org> Date: Fri, 14 Oct 2016 14:38:11 -0600 Subject: [PATCH] Issue #2811925 by heddn: CSV config parameters are missing from schema --- config/schema/migrate_source_csv.source.schema.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/schema/migrate_source_csv.source.schema.yml b/config/schema/migrate_source_csv.source.schema.yml index 1aa2064..17b0579 100644 --- a/config/schema/migrate_source_csv.source.schema.yml +++ b/config/schema/migrate_source_csv.source.schema.yml @@ -20,3 +20,12 @@ migrate.source.csv: file_class: type: string label: 'Full class name that includes namespace for an alternative CSV reader' + delimiter: + type: string + label: 'The field delimiter (one character only)' + enclosure: + type: string + label: 'The field enclosure character (one character only)' + escape2: + type: string + label: 'The field escape character (one character only)' -- GitLab