Description:
If you use the Excel format, you need to define the header row. There you can set various options.
Task:
Add new configuration options for the header.
New Options:
Example:
{
id: {
match: 'ID'
},
description: {
match: 'Beschreibung',
optional: true,
}.
link: {
match: 'Link',
optional: true,
allow_repetition: true
}
}
ID (Beschreibung) Link Link Link
1 ... ... ..
Description:
If you use the Excel format, you need to define the header row. There you can set various options.
Task:
Add new configuration options for the header.
New Options:
Example: