hannes / MonetDBLite

MonetDB reconfigured as a library
108 stars 11 forks source link

figure out how to implement monetdb.read.csv2 #176

Open ajdamico opened 7 years ago

ajdamico commented 7 years ago

probably needs a patch to mserver to allow the option for COPY INTO. read.csv() uses , as the delimiter and . as the decimal, read.csv2() uses ; as the delimiter and , as the decimal

hannes commented 7 years ago

I think its easier to use fread and dbWriteTable for this. This should also be fast in general.