Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimization with column offset #120

Closed
wants to merge 1 commit into from
Closed

Commits on Mar 31, 2024

  1. Update CsvFile getRecords method and ValidatorCsv logic

    An optional column offset parameter is now added to the getRecords method in CsvFile. This allows fetching of specific columns directly, reducing redundancy. Additionally, the ValidatorCsv logic was updated to use the fetched column value for data validation, which enhances both performance and code readability. Relevant tests and README documentation have also been updated to reflect these changes.
    SmetDenis committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    bd6c290 View commit details
    Browse the repository at this point in the history