dbTalk Databases Forums  

Importing EXCEL in SSIS with Formaula

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Importing EXCEL in SSIS with Formaula in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Tareq Ali, MVP
 
Posts: n/a

Default Importing EXCEL in SSIS with Formaula - 03-17-2010 , 03:53 AM






Dears,
I'm trying to import excel sheet using SSIS, however if there is any cell
that has formula (C1 = A1 + A2), it appears as null.

Reply With Quote
  #2  
Old   
Todd C
 
Posts: n/a

Default RE: Importing EXCEL in SSIS with Formaula - 03-17-2010 , 06:07 AM






SSIS deals with *data*.
"A1 + A2" is not data.

You can make sure your data pipeline includes those two columns then add a
Derived Column Transform in your Data Flow and do the calculation within SSIS.

HTHT
--
Todd C
MCTS SQL Server 2005


"Tareq Ali, MVP" wrote:

Quote:
Dears,
I'm trying to import excel sheet using SSIS, however if there is any cell
that has formula (C1 = A1 + A2), it appears as null.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.