SSIS:如何读取平面文件并向文件添加新行
我有一个文本文件,需要读取它并更改一些文本并在新行中添加一些新文本。 如何添加其中包含一些文本的新行? 我现在使用脚本组件来读取现有行并对其进行更改,但我无法添加新行:-(
提前致谢
问候布尔诺
I have a text file and needs to read it and change some text and add some new text in a new row.
How do I add e new row with some text in it?
I now use a script component to read existing rows and change in them but I can't add a new row :-(
Thanks in advance
Regards Brno
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要添加行,您需要将脚本转换为异步模式。
在 MSDN 上查找“使用脚本组件创建异步转换”。
(目前以下链接有效:http://msdn.microsoft.com/en -us/library/ms136133.aspx)
To add rows, you need to change the script transfrom to asynchronous mode.
Look for "Creating an Asynchronous Transformation with the Script Component" on MSDN.
(Currently the following link works: http://msdn.microsoft.com/en-us/library/ms136133.aspx)