Skip to content

Commit a6fee97

Browse files
authored
Merge pull request #134 from data-integrations/CDAP-19213-s3
[CDAP-19213] add conditions to show use first row as header
2 parents e488724 + 8cb5355 commit a6fee97

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

widgets/S3-batchsource.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,17 @@
651651
"name": "enableQuotedValues"
652652
}
653653
]
654+
},
655+
{
656+
"name": "skipHeader",
657+
"condition": {
658+
"expression": "format == 'delimited' || format == 'csv' || format == 'tsv'"
659+
},
660+
"show": [
661+
{
662+
"name": "skipHeader"
663+
}
664+
]
654665
}
655666
]
656667
}

0 commit comments

Comments
 (0)