New Tool: CSV import into Couchbase

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!

Hello
This is really cool !
Thanks for sharing this.

Regards

Note that cbtransfer can also be used to import/export data from CSV

Hello,

Thanks again for this.

Regards
Tug
@tgrall

I’ve also built my own, did not know about cbtransfer
https://github.com/outcoldman/csv2couchbase