RE: File name variable values
I am generating an export file for a client and I need to append a timestamp at the end of the filename. How do I do this in Diyotta?
Hi Breiney,
In order to append the timestamp at the end of file name, follow the below approach
Steps
Dataflow:
1.Create a parameter in the dataflow, and provide the system parameter $$CurrentDateString as shown below
2. Then move the Load properties present in the File Target and append the dataflow parameter to the file name.
Jobflow:
1.Create a parameter in the jobflow, and provide the system parameter $$CurrentDateString as shown below
2. Then traverse to the Load properties present in the design job for File Target and append the job flow parameter to the file name.
Output: