Currently, our CSV parsing using csvtojson does not support skipping initial lines that contain metadata or descriptions before the actual transaction data. Some CSV files include informational headers before the structured data begins, leading to incorrect parsing results.
Proposed Solution :
- Introduce a configurable option to skip a fixed number of lines before processing the actual data.
Acceptance Criteria :