I am dynamically genearting filename in Informatica with filename option in target structure and I am also setting the value of this dynamic filename to a maping variable - SETVARIABLE($$m_FILENAME,FILENAME) But what I see is the filename is generated with different name and varaible is set with different name.
target file - E1_ONBOARDING_0705016055915.txt varaible - E1_ONBOARDING_0705016054509.txt
I do not understand why few seconds of difference in the timestamp. When i debug it, it shows same value.
Please help
