I have just created a SSIS process that will allow us to pull FTP files from multiple FTP sites. For my next step, I would like to create logs for the process.
The steps I would like to take are:
1. When file(s) come to our FTP site, I would like to insert the filename into a database table
2. Be able to insert records to say No files found
3. If possible be able to read a header row as files come in.
4. If errors do occur I want to log the record and keep on moving to the next record.
Are all these things possible with SSIS?
Ray