CSwiftV icon indicating copy to clipboard operation
CSwiftV copied to clipboard

A csv parser written in swift conforming to rfc4180

Results 10 CSwiftV issues
Sort by recently updated
recently updated
newest added

I needed a way to instantiate CSwiftV without any input (simplified my user code). I did not run the tests, nor add one for empty-string.

It seems Swift Language Version needs to be updated. I still having a compilation error ``` The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value...

"They used to work here, _____ they?",hadn't,weren't,didn't,used not,0,0,1,0,4 Created through Microsoft Excel, but "They used to work here, _____ they?" parsed as two different tokens, instead of one. So quotes...

Hey @Daniel1of1, your lib is awesome but your README lacks information. I created this [iOS README template](https://github.com/awesome-labs/iOS-readme-template) to help you out 😉

from danger.systems

I'm downloading a cvs file without headers. I'm getting the next cvs string: ``` 0.183764, -0.309156, 0.492920 0.183765, -0.309157, 0.492921 0.183766, -0.309158, 0.492922 ``` Actually this library is taking as...

Add missing 'p' to description in README and test code. Tests continue to succeed as expected.