SSIS将值赋给变量以在复制文件中用作过滤器

时间:2015-12-14 19:23:39

标签: ssis

我如何实现这一点,filterFileName =" MyFilter _" +"日期" +" *。csv"? 日期变量以此格式存储值= 12202015。 它甚至可能吗?如何为复制或移动文件到另一个文件夹时将用作过滤器的SSIS变量赋值。 或者我的方法是否正确?

1 个答案:

答案 0 :(得分:0)

您可以创建一个组合解决方案中定义的其他变量的变量。我通常使用以下命令输出文件:
VarFileName:包含基本文件名
的字符串变量 varFilePath:包含基本文件路径
的字符串变量 这些可以通过配置文件或从For..Each循环容器中获取文件名来更新

TableView  {
    width: 100; height: 100

    model: myModel

    TableViewColumn {
        role: "customer"
        title: "Kunde"
        width: 100

        delegate: Text {
            text: styleData.value.name  // accessing the property
        }
    }

    itemDelegate: Item {   }            // should be set to empty to avoid warnings
}

您可以使用FileSystem对象移动/重命名/删除此文件