﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / SQL Server 2005 Integration Services  / SSIS -  to read a NULL values in excel source / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 21 May 2013 02:32:51 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: SSIS -  to read a NULL values in excel source</title><link>http://www.sqlservercentral.com/Forums/Topic1406310-148-1.aspx</link><description>There are a couple of different ways you can do this.  Most likely the easiest way is to send the incoming data to a Conditional Split transformation, and use that conditional split to check whether the critical fields contain a non-empty string, sending any rows with blanks to a named output.  Use a Row Count transformation to capture the rows sent to that output, and use a script task to check that row count value and fail the package if it is greater than zero.If you want to fail the package immediately if a blank value is found in the data, you'll probably have to use a script component, either as a source or transformation.hth,Tim</description><pubDate>Mon, 14 Jan 2013 10:16:47 GMT</pubDate><dc:creator>Tim Mitchell</dc:creator></item><item><title>SSIS -  to read a NULL values in excel source</title><link>http://www.sqlservercentral.com/Forums/Topic1406310-148-1.aspx</link><description>Hi,How to read the null values from excel source while doing in the transformation or to stop the package when the particular column has null values.</description><pubDate>Fri, 11 Jan 2013 23:16:03 GMT</pubDate><dc:creator>gopalk32</dc:creator></item></channel></rss>