将 CouchDB 信息导出到 CSV 的最简单方法是什么?

发布于 2024-09-26 15:09:24 字数 134 浏览 4 评论 0原文

将 CouchDB 文档数据库(相同结构)导出为 CSV 最简单的方法是什么?

我猜这将涉及编写一个视图并使用 PHP、C# 或 Python 等工具连续手动解析每个文档。

但是有没有更简单的方法或者我可以利用的现有方法?

What would be the simplest way to export a CouchDB database of documents (identical structure) to CSV?

I'm guessing it would involve writing a view and manually parsing each document serially using something like PHP, C# or Python.

But is there a simpler way or something already existing I can make use of?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

煞人兵器 2024-10-03 15:09:24

您应该能够使用列表函数直接从 CouchDB 生成 CSV,即无需 PHP/C#/Python。请参阅 http://wiki.apache.org/couchdb/Formatting_with_Show_and_Listhttp://guide.couchdb.org/editions/1/en/transforming.html 了解更多信息信息。

You should be able to generate the CSV directly from CouchDB, i.e. without PHP/C#/Python, using a list function. See http://wiki.apache.org/couchdb/Formatting_with_Show_and_List and http://guide.couchdb.org/editions/1/en/transforming.html for more information.

请你别敷衍 2024-10-03 15:09:24

我做了这个: https://gist.github.com/3026004 ,它将前 100 个文档作为标头示例,它支持嵌套哈希和数组。

I made this : https://gist.github.com/3026004 , it takes the first 100 documents as sample for headers, and it supports nested hashes and arrays.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文