Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extended headers options for the excel format #8

Open
2 tasks
H3nSte1n opened this issue Apr 4, 2022 · 0 comments
Open
2 tasks

Extended headers options for the excel format #8

H3nSte1n opened this issue Apr 4, 2022 · 0 comments

Comments

@H3nSte1n
Copy link
Contributor

H3nSte1n commented Apr 4, 2022

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:

  • optional (The gaps from the row can be empty)
  • allow_repititions (Columns with the same name may exist)

Example:

{
   id: {
     match: 'ID'
   },
   description: {
     match: 'Beschreibung',
     optional: true,
   }.
   link: {
     match: 'Link',
     optional: true,
     allow_repetition: true
   }
}
ID  (Beschreibung)  Link    Link     Link
1                   ...     ...      ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant