用例“名称和扩展名”、“完全合格”和“仅限姓名” ssis 中 foreach 文件枚举器中的选项
我试图找到
- 何时使用名称和扩展名
- 完全限定
- 名称
在从 SSIS 中的源导入平面文件类型文件时
的用例场景。有人能帮助我了解每种“检索文件名”类型的用例场景吗?
感谢您抽出宝贵的时间!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您正在循环存储在目录
C:\My_Files\
中的文本文件。下表显示了文件枚举器如何使用每个选项检索文件名:C:\My_files\example.txt
示例
example.txt
选择此选项基于您尝试实现的逻辑。我强烈建议参考以下文章了解更多详细信息:
Assume that you are looping over text files stored within a directory
C:\My_Files\
. The following table shows how the file enumerator retrieve the filename using each option:C:\My_files\example.txt
example
example.txt
This option is selected based on the logic you are trying to implement. I highly recommend referring to the following article for more details: