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 SepReaderOptions.ColNameComparer #113

Merged
merged 3 commits into from
Mar 28, 2024
Merged

Conversation

nietras
Copy link
Owner

@nietras nietras commented Mar 20, 2024

Fixes #111

@codecov-commenter
Copy link

codecov-commenter commented Mar 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.24%. Comparing base (6757c35) to head (036b774).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #113   +/-   ##
=======================================
  Coverage   99.24%   99.24%           
=======================================
  Files          45       45           
  Lines        3327     3331    +4     
  Branches      354      354           
=======================================
+ Hits         3302     3306    +4     
  Misses         22       22           
  Partials        3        3           
Flag Coverage Δ
Debug 98.61% <100.00%> (+<0.01%) ⬆️
Release 99.13% <100.00%> (+<0.01%) ⬆️
macos-latest 98.88% <100.00%> (+<0.01%) ⬆️
ubuntu-latest 98.88% <100.00%> (+<0.01%) ⬆️
windows-latest 98.88% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

internal static SepHeader Parse(Sep sep, string line) =>
Parse(sep, line, SepDefaults.ColNameComparer);

internal static SepHeader Parse(Sep sep, string line, IEqualityComparer<string> comparer)
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this method is only here for testing, not used in actual parsing

@nietras nietras changed the title [WIP] Add SepReaderOptions.ColNameComparer Add SepReaderOptions.ColNameComparer Mar 28, 2024
@nietras nietras merged commit d4e8fcf into main Mar 28, 2024
16 checks passed
@nietras nietras deleted the sepreaderoptions-colnamecomparer branch March 28, 2024 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Case Sensitivity on row[string]
2 participants