mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 13:46:00 +00:00
excel import - ability to skip header
This commit is contained in:
@@ -42,6 +42,14 @@ const fileFormat = {
|
||||
label: 'Create single file',
|
||||
direction: 'target',
|
||||
},
|
||||
{
|
||||
type: 'number',
|
||||
default: '0',
|
||||
name: 'skipHeaderRows',
|
||||
apiName: 'skipHeaderRows',
|
||||
label: 'Skip header rows',
|
||||
direction: 'source',
|
||||
},
|
||||
],
|
||||
|
||||
getDefaultOutputName: (sourceName, values) => {
|
||||
|
||||
Reference in New Issue
Block a user