-
```
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…
-
```
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…
-
quick-csv doesn't escape quotes correctly. It treats `"foo""bar"` as `foo""bar` when it should be parsed as `foo"bar"` as per item 7 in [RFC-4180](https://www.rfc-editor.org/rfc/rfc4180.txt). This is …
-
```
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…
-
```
json2csv({data: [
{
a:'asdf"asdf'
},
{
a: 'asdf'
}
]}, function(err, x) {
console.log(x)
})
```
```
"a"
"asdf""asdf" // this should be "asdf"""asdf"
"asdf"
```
according to ht…
-
```
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_…
-
```
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…