Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

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

Open
ajdamico opened this issue Jul 19, 2017 · 1 comment
Open

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

ajdamico opened this issue Jul 19, 2017 · 1 comment

Comments

@ajdamico
Copy link
Contributor

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

@ajdamico ajdamico added this to the 0.5.0 milestone Jul 19, 2017
@ajdamico ajdamico self-assigned this Jul 19, 2017
@hannes
Copy link
Owner

hannes commented Jul 23, 2017

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

@ajdamico ajdamico removed their assignment Nov 5, 2017
@hannes hannes modified the milestones: 0.5.0, nice to have Nov 14, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants