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

Add required rule for a column #119

Merged
merged 7 commits into from
Apr 1, 2024
Merged

Add required rule for a column #119

merged 7 commits into from
Apr 1, 2024

Conversation

SmetDenis
Copy link
Member

No description provided.

This commit simplifies the schema validation rules and updates the associated documentation for improved readability and comprehensibility. It removes verbosity from validation notes in full.yml, replacing them with a succinct explanation, and encourages referencing README.md for detailed description of validation rules. Necessary changes were made in relevant source codes and tests to reflect this improvement.
This commit simplifies the schema validation rules and updates the associated documentation for improved readability and comprehensibility. It removes verbosity from validation notes in full.yml, replacing them with a succinct explanation, and encourages referencing README.md for detailed description of validation rules. Necessary changes were made in relevant source codes and tests to reflect this improvement.
@coveralls
Copy link

coveralls commented Mar 31, 2024

Pull Request Test Coverage Report for Build 8506517922

Details

  • 73 of 76 (96.05%) changed or added relevant lines in 7 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.006%) to 96.849%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/Validators/ValidatorCsv.php 11 12 91.67%
src/Csv/CsvFile.php 32 34 94.12%
Totals Coverage Status
Change from base Build 8499878242: -0.006%
Covered Lines: 2551
Relevant Lines: 2634

💛 - Coveralls

Modified the referenced tool name in the documentation from 'JBZoo/Csv-Blueprint tool' to 'CSV Blueprint tool' across several files. Additionally, realigned some text and bullet points for better readability and consistency.
Modified the referenced tool name in the documentation from 'JBZoo/Csv-Blueprint tool' to 'CSV Blueprint tool' across several files. Additionally, realigned some text and bullet points for better readability and consistency.
Modified the referenced tool name in the documentation from 'JBZoo/Csv-Blueprint tool' to 'CSV Blueprint tool' across several files. Additionally, realigned some text and bullet points for better readability and consistency.
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.
The logic related to column validation has been improved for CSV files. Now, the method getCsvOffset in the Column class allows for a null offset instead of throwing a RuntimeException. In the CsvFile class, the method getColumnsMappedByHeader has been updated to handle validation errors better. Where necessary, new validation errors are added for unused schema columns. Finally, the tests and the README documentation have been updated accordingly.
@SmetDenis SmetDenis merged commit ca07291 into master Apr 1, 2024
9 checks passed
@SmetDenis SmetDenis deleted the required-column branch April 1, 2024 09:44
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.

None yet

2 participants