-
Super CSV escapes embedded quotes per [RFC4180](http://super-csv.github.io/super-csv/csv_specification.html), e.g.
```
"This is what ""embedded quotes"" look like"
```
Some CSV files don't adhere t…
-
~~~
bf41e70fccfa9d68,1,1,6.59631e-05,"י""חל"
...
ce650c2fe8803b94,1,1,6.59631e-05,"ם""במר"
...
91480dda51fba8d7,1,1,6.59631e-05,"ת""מא"
...
~~~
These all come from terms where the language i…
-
Put together a checklist containing everything you feel is necessary for this library's very first pre-release. I know that I want, at the very least, to be able to read and write well-formed CSV file…
-
I am trying to parse a csv that uses double quotes as a delimiter of text fields.
When a column includes a literal double quote, it is escaped with a repetition of the double-quote itself.
For exampl…
-
[CSwiftV](https://github.com/Daniel1of1/CSwiftV) - A csv parser written in swift conforming to rfc4180 :large_orange_diamond:
-
```
see http://www.rfc-editor.org/rfc/rfc4180.txt
page 2, paragraph 7
```
Original issue reported on code.google.com by `stas.agarkov` on 11 May 2010 at 7:10
-
```
see http://www.rfc-editor.org/rfc/rfc4180.txt
page 2, paragraph 7
```
Original issue reported on code.google.com by `stas.agarkov` on 11 May 2010 at 7:10
-
```
The file CsvViewExporter.java overridden getContextType, who returns to
csv text / plain, although the standard http://tools.ietf.org/html/rfc4180
# section-3 to do text / csv. You it fix?
```
…
-
```
The file CsvViewExporter.java overridden getContextType, who returns to
csv text / plain, although the standard http://tools.ietf.org/html/rfc4180
# section-3 to do text / csv. You it fix?
```
…
-
by **accipiter**:
What steps will reproduce the problem?
Run the following code: http://play.golang.org/p/p9hY_jVsOc
What is the expected output?
[]string{"Col1", "", "Col3&…