intelmq icon indicating copy to clipboard operation
intelmq copied to clipboard

CSV Parser: allow skip_header to contain number

Open gethvi opened this issue 3 years ago • 1 comments

Feature request:

Implement skip_header as Union[bool, int]. Then:

  • If False, skip zero lines.
  • If True, skip one line.
  • If Int skip fixed number of N lines.

gethvi avatar Apr 12 '22 15:04 gethvi

Good idea, yes!

sebix avatar Apr 15 '22 17:04 sebix