I am importing a text file into SQL Server .
1. First I want to capture the txt filename and filepath.
2. If my package fails due to some problem in txt file then it should get export to txt file in FAILURE folder and in case of SUCCESS it should go to SUCCESS folder
say at location C:\SSIS\SUCCESS and C:\SSIS\FAILURE
3. Also there is a column in my destination sql server table that is not mapped with the source and in which I want to pass the getdate() value through ssis . the column doesnot have default constraint....
Please tell me how I can achieve this