Here is what I need to do. I need to import a .csv file and step through the file row by row all the while comparing a particular field to a value in a field in a table. For example:
file.csv has a firm field with the letters A, B, C, and D in each of the four rows. Table One has a Val field with the letters A, B, D, and E in its four rows. I need to compare the firm field to the Val field and if the letters are the same do not import but if they are different I need to import into the Val field.
Is there any way to do this in SSIS. I thought of using a Lookup with a Conditional Split but that does not seem to be working. Any help is appreciated. Thanks.
Dave
file.csv has a firm field with the letters A, B, C, and D in each of the four rows. Table One has a Val field with the letters A, B, D, and E in its four rows. I need to compare the firm field to the Val field and if the letters are the same do not import but if they are different I need to import into the Val field.
Is there any way to do this in SSIS. I thought of using a Lookup with a Conditional Split but that does not seem to be working. Any help is appreciated. Thanks.
Dave