tc / RMongo

R client to interface with MongoDB
102 stars 34 forks source link

Get JSON documents #51

Closed zappingseb closed 5 years ago

zappingseb commented 6 years ago

Hi,

thank you for the great package. Would it be possible to derive the DBCursor just as a JSON by JSON.serialize() instead of CSV or simple strings?

This would be really useful as we upload documents with linebreaks (\n) to our DB

How can I compile your code? Can you provide the build.sbt ?

tc commented 6 years ago

Hi, you can re-compile the scala package in the https://github.com/tc/RMongo/tree/master/src/r-mongo-scala folder

I was using maven as the build system as opposed to sbt.

maven build should work.