You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add ofSingleCsvRecord methods to CsvReader for convenience
Introduce new methods to parse single CSV records:
- `ofSingleCsvRecord(String)` for simple usage.
- `ofSingleCsvRecord(CsvCallbackHandler, String)` for custom callback handling.
0 commit comments