如何在 OSX 上使用 Ruby 写入 dBase 表?
我发现只有只读的 dBase gems (dbf),但没有写支持。 ODBC 可能是一个选项,但在 OSX 上我没有找到任何可用的驱动程序。有什么建议吗?
I found only read-only dBase gems (dbf) but without write support. ODBC could be an option but on OSX I didn't find any drivers available. Any suggestions ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
https://github.com/infused/dbf
https://github.com/infused/dbf
你可以尝试 shp-ruby,它是 Shapelib 的本机绑定,允许你读/写 Esri Ruby 中的 Shapefile 和 xBase DBF 文件。
you can try shp-ruby, it's a native bindings for Shapelib, allow you to read/write Esri Shapefiles and xBase DBF files in Ruby.