diff --git a/widgets/S3-batchsource.json b/widgets/S3-batchsource.json index adfda98..0b57c12 100644 --- a/widgets/S3-batchsource.json +++ b/widgets/S3-batchsource.json @@ -134,6 +134,22 @@ "widget-attributes": { "placeholder": "Delimiter if the format is 'delimited'" } + }, + { + "widget-type": "toggle", + "name": "skipHeader", + "label": "Skip Header", + "widget-attributes": { + "default": "false", + "on": { + "value": "true", + "label": "True" + }, + "off": { + "value": "false", + "label": "False" + } + } } ] },