SSIS Extract and Load

  • HI,

    I am trying to write a ssis package which moves clients file from certain directory to another.

    Source Path : D:\Temp\Source\Client A_CSV

    D:\Temp\Source\Client B_CSV etc

    Source Directory has many folders of clients like Client A_CSV etc.

    I want that when i move files to ARCHIVE directory,so that it rename the files with time stamp.

    So far, i have been able to move with file task, but it does not allow me to rename file as I retrieve

    FULLY QUALIFIED PATH as loop enumerates,

    So,,any idea ,, how i accomplish renaming with file system task or Script Task,

    Thanks

  • a bundle of Thanks

  • It is a lot of work to do this in SSIS. Do you have to use SSIS? You could do this with a single line of PowerShell too.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • i have a new problem .

    i am writing ssis package having For Each Loop Container Which iterates through DropBox Folder ..

    But when it iterates, it gives error : Desktop.ini File in DropBox is not Recognized.

    How do i ignore this .ini file while iterating through Dropbox ?

  • iamsql1 (2/14/2013)


    i have a new problem .

    i am writing ssis package having For Each Loop Container Which iterates through DropBox Folder ..

    But when it iterates, it gives error : Desktop.ini File in DropBox is not Recognized.

    How do i ignore this .ini file while iterating through Dropbox ?

    Please do not cross-post. Answers here please.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply