vixen-project / vixen

ViXeN is a multimedia viewer, metadata extractor and annotator.
https://vixen.readthedocs.io
Other
15 stars 8 forks source link

Fix an issue with CSV export. #8

Closed prabhuramachandran closed 6 years ago

prabhuramachandran commented 6 years ago

If the text is stored as unicode, it was not being exported correctly when the text had commas. The unicode fields were not being enclosed in quotes resulting in incorrect CSV files.

codecov-io commented 6 years ago

Codecov Report

Merging #8 into master will decrease coverage by 0.05%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
- Coverage   87.89%   87.83%   -0.06%     
==========================================
  Files          10        9       -1     
  Lines        1471     1472       +1     
  Branches      251      251              
==========================================
  Hits         1293     1293              
- Misses        118      119       +1     
  Partials       60       60
Impacted Files Coverage Δ
vixen/project.py 91.34% <100%> (-0.4%) :arrow_down:
vixen/integration_tests/__init__.py
vixen/vixen.py 87.47% <0%> (+0.21%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 90b3040...c562211. Read the comment docs.