This repository was archived by the owner on Feb 8, 2024. It is now read-only.
This repository was archived by the owner on Feb 8, 2024. It is now read-only.
Open
Description
Description
Based on #14, introduce a new reader API in the kotools.csv
package for reading CSV files and deprecate the old one in the io.github.kotools.csv
package.
Declarations in
kotools.csv
should use explicit types from Kotools Types for having a typeful design.
Dependencies
This issue needs the following ones to be done:
Checklist
- Implement and test a basic reader API.
- Improve the reader for filtering returned records.
- Improve the reader for paginating returned records.
- Improve the reader for returning a custom type.
- Deprecate the old reader.
- Refactor.
- Update
Work in progress
section in changelog.