Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Skip blank rows in Excel spreadsheet when importing 1

Status
Not open for further replies.

elsenorjose

Technical User
Oct 29, 2003
684
US
Hello everyone,

I have a very simple import package that imports an Excel spreadsheet and appends the values to a table. The problem is that the spreadsheet is created by an application that always creates a blank row every other row. So after the column headers in row 1, row 2 is blank, row 3 has data, row 4 is blank, etc. etc. Is there a way to have the package script ignore blank rows during the import?

Thank you
 

Put a conditional split betwen your data source and your destination and filter out the null rows.

Nice and easy.

I love deadlines. I like the whooshing sound they make as they fly by
Douglas Adams
(1952-2001)
 
Hi, thanks for the reply. What is a 'conditional split'?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top