Skip to main content

Remove null records from EXCEL source using SSIS

Step 1:

Drag and drop excel source

Step 2:

Edit Excel source and create new file connection

Select excel source file from local system


Select required sheet from excel file

Click on preview to view existing data

 
Step 3:
Drag and drop data reader destination 
And enable data viewer as shown in bellow
Execute task
 
Step 4:
For eliminating null records , need to use conditional split transformation 

Step 5:
Edit  conditional split transformation 

Provide condition as shown in bellow
 
ISNULL(PersonId) || ISNULL(FirstName) || ISNULL(LastName)

Step 6:
Make connection between conditional split transformation and data reader destination
Select output type as shown in bellow

 
Step 7:
Again enable data viewer

Step 8:
Execute task

 


Comments

  1. Thank you for your valuable feedback

    ReplyDelete
  2. Really good information to show through this blog. I really appreciate you for all the valuable information that you are providing us through your blog.

    ReplyDelete
  3. I appreciate the time you spent finding that information

    ReplyDelete

Post a Comment

Hi User,
Thanks for visiting My Blog and please provide your valuable feedback and subscribe for more updates. Please don't post any spam content or comments.
Thank You