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

Conversation

SmetDenis
Copy link
Member

No description provided.

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 SmetDenis closed this Mar 31, 2024
@SmetDenis SmetDenis deleted the optimize-by-offset branch March 31, 2024 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant