how to rename file in ssis
FileName: replace(RIGHT(@[User::FilePath], FINDSTRING(REVERSE(@[User::FilePath]), "\\", 1) - 1),".csv","")
FinalFilePath: @[User::SourceFolder]+"\\"+ @[User::FileName]+"_"+ @[User::CurrentDate]+".csv"
Download files and scripts: https://drive.google.com/drive/folder...
SSIS Tutorials: • SSIS Tutorials
SSIS real time scenarios examples: • SSIS real time scenarios examples
SSIS Interview questions and answers: • SSIS Interview questions and answers
how to rename file in ssis
How to rename a file with current date in SSIS?
How to rename all files from a folder using ssis
Happy Learning.
If you have any questions or suggestions please comment on the video or write to me at “[email protected]”