Skip to content

Conversation

droidmonkey
Copy link
Member

Testing strategy

Tested extensively with various CSV files

Type of change

  • ✅ Bug fix (non-breaking change that fixes an issue)

* Fixes #11502 - correct improper handling of text qualifiers

* Improve layout of csv import widget
* Hide error messages when trying to import again
@droidmonkey droidmonkey added import: CSV pr: bugfix Pull request fixes a bug labels Feb 24, 2025
@droidmonkey droidmonkey added this to the v2.7.10 milestone Feb 24, 2025
Copy link

codecov bot commented Feb 24, 2025

Codecov Report

Attention: Patch coverage is 18.18182% with 27 lines in your changes missing coverage. Please review.

Project coverage is 63.91%. Comparing base (244ed42) to head (18292cb).
Report is 2 commits behind head on develop.

Files with missing lines Patch % Lines
src/gui/csvImport/CsvImportWidget.cpp 0.00% 22 Missing ⚠️
src/gui/wizard/ImportWizardPageReview.cpp 0.00% 4 Missing ⚠️
src/format/CsvParser.cpp 85.71% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #11787      +/-   ##
===========================================
- Coverage    63.94%   63.91%   -0.03%     
===========================================
  Files          369      369              
  Lines        38915    38929      +14     
===========================================
- Hits         24881    24878       -3     
- Misses       14034    14051      +17     

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

@droidmonkey droidmonkey merged commit 33a3796 into develop Mar 1, 2025
11 checks passed
@droidmonkey droidmonkey deleted the fix/csv-parser branch March 1, 2025 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
import: CSV pr: bugfix Pull request fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Text-/Comment-Qualifiers corrupt csv import data Import tags with CSV
2 participants