-
Neither the manual nor the arangoimp executable mentions how to escape CSV data.
I assume quote marks can be escaped the normal way using a backslash `\"`?!
However, Microsoft products use a differen…
-
Only CSVs conforming to the RFC4180 standard (http://tools.ietf.org/html/rfc4180) are allowed. Insert some warning about this if a CSV of this type is uploaded. Suggest converting with unix2dos from t…
-
Hi! When I import a csv-file into a table every single space was deleted (v 3.3.0). Special characters are not displayed correctly even though in v 2.0 it worked fine. What happened? Is it my fault? C…
-
-
For instance, the following example:
"Kips Bay Medical, Inc.",0001460198,3841,AYOKZPWQTYDPHIZQ4N06,KIPS
Will cause some troubles.
-
_From [OTS.Nexus](https://code.google.com/u/OTS.Nexus/) on January 07, 2014 16:34:35_
For instructorEvalReports CSV file, double comma is used while for instructorFeedbackReports CSV file, a single c…
-
Refactor approach to loading JSON from CSV files so that ampersand and single-quote characters are respected. Since bc5e3d47 the single-quote and ampersand characters have been replaced with double-q…
-
At present, NILM Metadata uses YAML to store metadata. I've been doing some research on alternative formats. (It's quite likely that we'll stick with YAML, though).
## CSV
A lot of NILM Metadata i…
-
The [specification](http://tools.ietf.org/html/rfc4180#page-2) says that
> 1. Fields containing line breaks (CRLF), double quotes, and commas should be enclosed in double-quotes
But this is curren…
-
It seems that readcsv does not really try to parse csv files. For example, readcsv should not split fields on escaped commas (e.g. included in double quotes). With a file temp.csv containing the two f…