-
While a CSV format isn't precisely defined, https://tools.ietf.org/html/rfc4180 has a pretty good spec.
This could be a nice thing to have implemented.
-
Currently it is impossible to include the quote char and indicate to the `TabularDataFileReader` to escape it.
`"2", " is it ""expected"""`
[rfc4180](https://www.ietf.org/rfc/rfc4180.txt) says:
…
-
CsvParser accept invalid escaped field like `"foo"bar"`, and return `foobar"`
I've checked #308 and this behavior is excel compatible.
However if fallback policy is described in FAQ, it will be helpf…
-
Hi, first off, I love the project!
It's Exactly what I was looking for to get a visual representation of columns without trying turn vim into excel.
I did notice, though that delimiters within quo…
-
There needs to be more work done to the ANWC data loader infrastructure to support two concurrent file uploads each week, and to verify the status of any features supporting the deletion of records or…
-
The file format like following is known as CSV (RFC4180).
```
Tracts,FiberCount,MeanLength,STDLength,TotalLength,Volume
Left Thalamic Radiation,1013,96.5711321237777,22.0470307172694,97826.556841…
-
The TSV exporter in BulkProcessor allows overriding of the separator, but does not allow overriding of either the quote or escape characters, which are necessary along with the separator to convert th…
-
Newlines are technically valid in filenames, but since the PackManifest file is newline delimited this poses a slight problem.
Unsure how exactly to progress here. Do we disallow newlines in names?…
-
Is there a module for generating CSV from data?
Sorry, but I couldn't find it. Thanks.
-
I have a special case where a `` value in my database is cast as an empty string in my entity. But it's not always the case, it only happens when the entity is loaded from a complex query
![screens…