Check data in Flat File before importing

  • Hi,

    I have a package that has a Data Flow Task that Import data from a Flat File Source to the database.

    Is it possible to check the data or selective import data(based on certain criteria) from the flat file before importing to the database?

    For example, my flat file has three columns

    - GeneralId

    - Description

    - PostedDate

    I would like to import those records from the flat file that has a certain generalId and PostedDate into the database.

    Best regards,

    John

  • you can use a conditional split in the data flow transformation

    Anything meeting your criteria can go into the database, everything else can be ignored

  • If you need more sophistication in your record selection than is possible in Conditional Split, the Script Component will also do it.


Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply