-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor code to handle CSV Parser Config within Schema class (#145)
The provided commit removes dependency on CsvParserConfig by transferring its methods and properties to the Schema class. This move centralizes configuration management, simplifying future maintenance. The CsvParserConfig class was deleted as a consequence, and several checks were updated to fetch data from the Schema instance directly, not via CsvParserConfig. Tests were also updated to reflect these changes.
- Loading branch information
Showing
10 changed files
with
146 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.