ignore Desktop.ini file in DropBox Folder While For each Loop Iteration

  • hi,

    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 ?

  • Hi,

    Why is the difference between a regular folder and a dropbox folder?

    If there's no difference I think you only need to filter which file extension do you want to read. The problem could be if you want to read all of the extensions except *.ini or this particular .ini file. There´s no a direct way to do it, I mean, with a dropdown list or a checkbox, but you could write an expresion to determine which files you want to process.

    Hier is a great example.

    Kind Regards.

    Paul Hernández
  • thanks . your soln worked, again thanks

Viewing 3 posts - 1 through 2 (of 2 total)

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