yaslab / CSV.swift

CSV reading and writing library written in Swift.
MIT License
646 stars 78 forks source link

Automatically quote values that contain commas #89

Closed mxcl closed 5 years ago

mxcl commented 5 years ago

Added test & all tests passed.

codecov[bot] commented 5 years ago

Codecov Report

Merging #89 into master will increase coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #89      +/-   ##
==========================================
+ Coverage   90.57%   90.63%   +0.06%     
==========================================
  Files          14       14              
  Lines        2079     2093      +14     
==========================================
+ Hits         1883     1897      +14     
  Misses        196      196
Impacted Files Coverage Δ
Tests/CSVTests/CSVWriterTests.swift 99.52% <100%> (+0.03%) :arrow_up:
Sources/CSV/CSVWriter.swift 91.48% <100%> (ø) :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 af907b4...33dbff0. Read the comment docs.