在 SQL Server 2008 管理控制台中导入 CSV

发布于 2024-09-28 19:31:34 字数 154 浏览 1 评论 0原文

我正在尝试在 SQL Server 管理控制台中导入 CSV 文件。 CSV 以逗号分隔。

我有一些列在双引号内有逗号,似乎 SQL Server 将值拆分为 2 列。

我该如何解决这个问题?

我希望你能明白我的意思。

提前致谢。

I'm trying to import a CSV file within the SQL Server Management console.
The CSV is comma delimited.

I have some columns that has a comma within double quotes, it seems that SQL Server splits the value in 2 columns.

How can I solve this?

I hope you can understand what I mean.

Thanks in advance.

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

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

发布评论

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

评论(1

挖鼻大婶 2024-10-05 19:31:34

您已将此列的列分隔符自定义为开始 ," 和结束 ",

您可以在专用的 SSIS 包(SSMS 在下面使用的包)中执行此操作。与使用 bcp/BULK INSERT 格式化文件类似。我现在无法检查,抱歉,SSMS 向导中是否提供了相同的选项

You have customise the column separators for this column as starts ," and ends ",

You can do this in a dedicated SSIS package (which is what SSMS uses underneath). Similar to format files with bcp/BULK INSERT. I can't check right now sorry if the same option is offered in the SSMS wizard

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