-2

We have a call recordings for a particular client loaded everyday on to our local server from third party FTP. Now client wants to send the recording files which are more than 5 minutes to their internal FTP.Is there a way in SSIS where i can select the audio files with more 5 minutes .

Thanks in advance

SqlLearner
  • 763
  • 8
  • 23
  • 37

1 Answers1

0

in this case i prefere to take the file from FTP to local,
and after with a script task select the file with your condition.

for and examples see this solution
How can I determine the length of a .wav file in C#?

Community
  • 1
  • 1
Mattia Caputo
  • 959
  • 1
  • 8
  • 17