dbTalk Databases Forums  

SSIS foreach look and xml

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


Discuss SSIS foreach look and xml in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Panos Stavroulis.
 
Posts: n/a

Default SSIS foreach look and xml - 04-26-2006 , 12:04 PM






I've writing a ssis package. I've got a data flow task which is basically an
xml transformation, I read an xml and then insert the data.

I am trying now to put this data flow task within a look so I can read many
files one after the other. I've done exactly the same thing with text files
with no problems.

It seems that the fact that I've an xml as the source make it impossible to
process files in a loop. I open the xml connection file then create the
expression as normal. But when I run the package it's still looking for the
old file name I've defined first. It doesn't become dynamic.

In contrast when I do exactly the same with a normal flat file source and
add the expression then the file name disappears if you do Edit connection.

Do I need to do something special to process xml files in a loop? Thanks.

Panos.

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.