Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有许多平面文件,它们有两种格式之一(很快就会有四种),并且列略有不同。
我为不同的格式设置了 2 个不同的连接管理器,但我想在运行时为平面文件源选择合适的连接管理器。
到目前为止,我有一个脚本任务,它返回列并根据文件类型设置一个变量。我想使用这个变量在运行时设置平面文件连接管理器。
这可能吗?如果有怎么办?