-
```
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
-
Originally reported on Google Code with ID 26
```
It should be possible to obtain the entire log in CSV format. This can
enable the use of a number of tools for analyzing and querying the log,
such…
-
```
It should be possible to obtain the entire log in CSV format. This can
enable the use of a number of tools for analyzing and querying the log,
such as LogParser and Microsoft Excel.
- The CSV f…
-
```
It should be possible to obtain the entire log in CSV format. This can
enable the use of a number of tools for analyzing and querying the log,
such as LogParser and Microsoft Excel.
- The CSV f…
-
```
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?
```
…
-
Simple fix, remove double-quotes, because they are not necessary. Were they necessary, you would have to double-quote the whole entry, and escape each double-quote that appears within using _another_ …
-
```
What steps will reproduce the problem?
1. Fields such as CountryCode and ICINCID contain commas in the text
output. This confuses systems that read using a CSV format.
Workaround is to change t…
-
```
It should be possible to obtain the entire log in CSV format. This can
enable the use of a number of tools for analyzing and querying the log,
such as LogParser and Microsoft Excel.
- The CSV f…
-
We should abort when we hit Option[String]. When writing an Option[String] to a text file, a None is indistinguishable from `""` (empty string).
Right now, I guess if it is empty, we are returning No…
-
```
It should be possible to obtain the entire log in CSV format. This can
enable the use of a number of tools for analyzing and querying the log,
such as LogParser and Microsoft Excel.
- The CSV f…