Hello ,
I have a simple pipeline where i want some csv files to be moved from s3 bucket to SFTP server,
However the files saved in the SFTP server should have different naming that includes the current date, something like:
“mer_YYYYMMDDHHmmss.csv”
i tried in the file name expression field in the sftp server destination to come up with expression evaluating the above but it always produces errors that functions like YYYY() is not a function.