intelmq
intelmq copied to clipboard
CSV Parser: allow skip_header to contain number
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.
Good idea, yes!