0

The Scenario is I have a flat file as source and I need to create 2 target files in same location. One is target file and other one is Archive file(along with time stamp)?

Rav
  • 103
  • 1
  • 1
  • 8

2 Answers2

0

You can create command task and archive the file with timestamp.

Jim Macaulay
  • 4,709
  • 4
  • 28
  • 53
0

If you have two target in mapping itself then you can parameterize the target file with $OutputfileName and assign a value something like "targetFileName-date '+%Y-%m-%d'.log"

Surajit Kundu
  • 455
  • 1
  • 7
  • 17