SSIS:固定宽度列无法正确显示

发布于 2024-11-06 03:48:14 字数 217 浏览 0 评论 0原文

我正在尝试在 SSIS 中创建固定宽度的平面文件导入规范。当我将所有列设置为正确的宽度并预览它们时,第一行是正确的,但所有其他行都关闭。

例子:

第 1 行:文本

第 2 行:[空格]文本

第 3 行:[空格][空格]文本

我做错了什么?

提前致谢!

I am trying to create a fixed width flat file import spec in SSIS. When I set up all of the columns with the correct widths and preview them, the first row is correct but all of the other rows are off.

example:

Row 1: Text

Row 2: [space]Text

Row 3: [space][space]Text

What am I doing wrong?

Thanks in advance!

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

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

发布评论

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

评论(1

她比我温柔 2024-11-13 03:48:14

每当我第一次坐在固定宽度的列上并且没有正确调整文本末尾(或分隔符)到下一行之间的数据时,我都经历过类似的情况。该区域的数据通常是空格和回车/换行。为了正确调整,我创建了一个额外的列来处理从文本末尾(或分隔符)到下一行的数据。这解决了我的间距问题。

I have experienced something similar to this whenever I first sat up a fixed width column and did not properly adjust for the data between the end of text (or delimiter) to the next line. The data in this area is usually spacing and the carriage return/line feed. To adjust properly, I created one extra column that handled the data from the end of text (or delimiter) to the next line. This fixed my spacing issue.

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