将 csv 或文本文件导入数据库

发布于 2024-10-19 14:10:09 字数 163 浏览 1 评论 0原文

我想将 csv 文件(csv 文件是 excel 文件的一种类型)或文本文件中的数据导出到我的数据库,另一方面,csv 文件包含的列看起来与数据库中的列相同,但它们除外。 我在 Java EE 平台下工作,使用 struts、spring 和 hibernate 框架,以及 postgereSQL 作为数据库。

i want to export datas in csv file(csv file is a type as the excel file) or text file to my database, in other hand the csv file contains columns that are the seem one in the database except same of them.
I work under a Java EE platform with struts, spring and hibernate frameworks, and postgereSQL as database.

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

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

发布评论

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

评论(1

情绪操控生活 2024-10-26 14:10:09

利用 postgresql 的 COPY 命令

Utilize postgresql's COPY command

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