issues
search
yaslab
/
CSV.swift
CSV reading and writing library written in Swift.
MIT License
661
stars
78
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Release 2.5.1
#128
yaslab
closed
1 month ago
0
[CSVRowDecoder] Fix `NilDecodingStrategy` not working properly
#127
yaslab
closed
1 month ago
0
2.5.0 Changes to CSVWriter.write(row:_) Break Swift Compiler
#126
mgallegly
opened
2 months ago
1
Release 2.5.0
#125
yaslab
closed
2 months ago
0
add keyDecodingStrategy option
#124
AntVil
closed
3 months ago
1
Newlines are handled incorrectly when there's an escaped quote
#123
drallgood
opened
1 year ago
0
Could not find module 'CSV' for target 'x86_64-apple-ios-simulator'
#122
Sweta53
opened
1 year ago
0
Edit or delete a row
#121
anilios
opened
3 years ago
0
How to upload CSV file to cloud?
#120
Jean-You
opened
3 years ago
1
Poor Read and Parsing Performance
#119
xanderdunn
opened
4 years ago
0
[ignore]
#118
gregcotten
closed
4 years ago
0
Not parsing Properly if CSV row has HTML tags
#117
RNarenKrishnaa
opened
4 years ago
0
error: Execution was interrupted, reason: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0). The process has been left at the point where it was interrupted, use "thread return -x" to return to the state before expression evaluation.
#116
youssefavx
opened
4 years ago
2
How to do lazy parsing of CSV?
#115
vahidnety
opened
4 years ago
0
Xcode crashes when add this library with Swift Package (Xcode 11.5)
#114
pitsanupotajan
opened
4 years ago
0
Make CSVWriter.write(row:_) generic to accept any Sequence
#113
bouk
closed
3 months ago
1
Add a way to write the BOM that Excel likes to read the csv properly
#112
GregOriol
opened
4 years ago
4
Release 2.4.3
#111
yaslab
closed
4 years ago
1
Writing to file : Can't open file (CSV.CSVError.cannotOpenFile: file)
#110
armaghan84
opened
4 years ago
7
Error while decoding
#109
mdcoder1
opened
4 years ago
1
Creating multiple headers
#108
mdcoder1
opened
4 years ago
0
dyld : library not loaded @rpath/CSV.framework/CSV
#107
aqib4030
opened
4 years ago
1
Add KeyDecodingStrategy option
#106
fl034
closed
3 months ago
0
Add NilDecodingStrategy option
#105
fl034
closed
4 years ago
1
No CSVRowEncoder (matching CSVRowDecoder)
#104
gregcotten
opened
4 years ago
0
Automatically quote values that contain newlines and delimiters
#103
vipt
closed
4 years ago
2
Doesn't escape strings with newlines.
#102
wsaglime
closed
4 years ago
3
Add nil decoding strategy
#101
gallgall
closed
4 years ago
1
Build error in Xcode 11
#100
ataravati
opened
5 years ago
5
Appending while writing to file doesn't create a new row
#99
AlexPerathoner
opened
5 years ago
3
About .xlsx format ...
#98
Jinxiansen
closed
5 years ago
1
Update README.md
#97
yaslab
closed
5 years ago
0
Release 2.4.2
#96
yaslab
closed
5 years ago
1
Update .swiftlint.yml
#95
yaslab
closed
5 years ago
1
CSV Deprecated compiler warning
#94
robwithhair
closed
5 years ago
2
Add more unit tests
#93
yaslab
closed
5 years ago
1
Fix a crash that occurs when the number of fields is small
#92
yaslab
closed
5 years ago
1
Release 2.4.1
#91
yaslab
closed
5 years ago
1
Mark `CSV` as deprecated
#90
yaslab
closed
5 years ago
1
Automatically quote values that contain commas
#89
mxcl
closed
5 years ago
2
Doesn't escape strings with commas in
#88
mxcl
closed
5 years ago
2
Release 2.4.0
#87
yaslab
closed
5 years ago
1
Update to Swift 5
#86
yaslab
closed
5 years ago
1
Issue with text containing double quotes
#85
chungfk
closed
5 years ago
1
Update project to Swift 5 and latest Xcode 10.2 settings
#84
UberJason
closed
5 years ago
3
This code causes a fatal error.
#83
a72
closed
5 years ago
1
memory leaks
#82
a72
closed
5 years ago
2
Writing to stream with Xcode 10 and 2.3.1 is failing with strange error.
#81
natecope
closed
5 years ago
1
decoding causes memory leak
#80
a72
closed
5 years ago
3
Date decoding causes memory leak
#79
a72
closed
5 years ago
2
Next