Skip to content

Suppress csv.Sniffer exception#174

Merged
yunzheng merged 1 commit intomainfrom
fix/ignore-csvsniff-exception
Jul 18, 2025
Merged

Suppress csv.Sniffer exception#174
yunzheng merged 1 commit intomainfrom
fix/ignore-csvsniff-exception

Conversation

@yunzheng
Copy link
Member

Sometimes the CSV Sniffer cannot determine the delimiter and would raise: "Could not determine delimiter"

This PR suppresses this exception so it can still continue parsing the CSV with default settings.

Sometimes Sniffer cannot determine the delimiter and would raise: Could not determine delimiter

We now suppress this exception so it can still continue parsing the CSV with default settings.
@codecov
Copy link

codecov bot commented Jul 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.25%. Comparing base (d842ba4) to head (7eea98f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #174   +/-   ##
=======================================
  Coverage   82.24%   82.25%           
=======================================
  Files          34       34           
  Lines        3650     3652    +2     
=======================================
+ Hits         3002     3004    +2     
  Misses        648      648           
Flag Coverage Δ
unittests 82.25% <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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@yunzheng yunzheng merged commit 9775ddb into main Jul 18, 2025
25 checks passed
@yunzheng yunzheng deleted the fix/ignore-csvsniff-exception branch July 18, 2025 16:38
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.

2 participants