-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
Some tools generate CSVs that contain some extra data at the top or bottom, such as bank statement exports
"Account Name : REDACTED"
"Account Number : REDACTED"
"Date Range : 01/01/2023-12/31/2023"
Transaction Date,Posted Date,Category,Debit
2023-01-01,2023-01-01,Payment/Credit,100.0I'd like a way to skip the first n rows
Describe the solution you'd like
add a new option to CsvFormat for skipping rows
CsvFormat::default().with_skip_rows(2)Describe alternatives you've considered
none that I can think of.
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request