-
```
What steps will reproduce the problem?
1. validate a feed with a comma+space in stop.stop_url field
stop_id,stop_code,stop_name,stop_desc,stop_lat,stop_lon,zone_id,stop_url,lo
cation_type,parent_…
-
```
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?
```
…
-
```
What steps will reproduce the problem?
1. validate a feed with a comma+space in stop.stop_url field
stop_id,stop_code,stop_name,stop_desc,stop_lat,stop_lon,zone_id,stop_url,lo
cation_type,parent_…
-
```
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…
-
```
What steps will reproduce the problem?
1. validate a feed with a comma+space in stop.stop_url field
stop_id,stop_code,stop_name,stop_desc,stop_lat,stop_lon,zone_id,stop_url,lo
cation_type,parent_…
-
Excel 2010 ignores the following field separators:
- comma - suggested in RFC4180
- tab - currently used as default in gradle-test-profiler
and use locale (and Windows) specific "list separator" prop…
-
```
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…
-
```
What steps will reproduce the problem?
1. validate a feed with a comma+space in stop.stop_url field
stop_id,stop_code,stop_name,stop_desc,stop_lat,stop_lon,zone_id,stop_url,lo
cation_type,parent_…
-
```
What steps will reproduce the problem?
1. validate a feed with a comma+space in stop.stop_url field
stop_id,stop_code,stop_name,stop_desc,stop_lat,stop_lon,zone_id,stop_url,lo
cation_type,parent_…
-
_Submitted by:_ **Sunanda**
This works as expected:
``` rebol
x: rejoin [{"a,"} tab "b"]
== {"a"^-b}
parse/all x tab
== ["a," "b"] ;; block length 2 as expected
```
But here, par…