Data insertion

Hello,

My project is to update a price table with a text file. 
But sometimes, there are new refs in text file that are not in my ref table.

How can i check it and automate the insertion of those new refs

Thanks a lot


Answer this question

Data insertion

  • elamey

    The LOOKUP component can tell you what rows in the pipeline are not in the lookup table by setting the component to redirect all rows not found in the target to the error output. There's an explanation of this at http://www.sqlis.com/default.aspx 311

    -Jamie


  • Data insertion