I am processing/upload a simple csv file with few columns. In each column I have simple text data with no more 50 characters.
but SSIS Lookup Component Error -"Row yielded no match during lookup" for one simple column
It is confirmed that data correct and no issue with matching values.
When I tried with very small set of data (few hundred) it works but I need to upload data (any number of records like few around 3 to 4 thousands) I also tried with cache type = partial and Null but it didn't work with even 1000 no. of records. What I can try to fix this
Thanks