Hi
I am working on a SSIS Package with FuzzyLook up as my dataflow task.I need to dynamically set the MaxOutputMatchPerInput property of the FuzzyLookUp dataflow task.And the value would be select count(*) from table1".Number of Records in this table changes during runtime.
1) If i am setting this count in a variable how can i access it in my FuzzyLookUp component? How can i set this MaxOutputMatchPerInput property?
2) I want my input record to match with all the records of the reference table.How can i do this otherwise?
Thanks
Jesica