I have a fairly common use-case where I import lots of CSV files into couchbase to map-reduce them into something useful. I didn’t find a good tool to do this, so I built one and published it on GitHub:https://github.com/mindtouch/csv2cb
It’s written in C# and runs on both .Net and Mono (for the latter, I had to build a custom couchbase assembly).
I’m sharing it here in case someone else is looking to migrate data between systems and this might save them a bit of time.
Happy data crunching!