Question

Charter
US
Last activity: 31 Jul 2024 6:35 EDT
How to Rename a control file from .CSV.meta to .meta
I have requirement to fetch the file from repository which is .csv.meta file rename it to .Meta(remove .csv) and place it in another sftp location.
while in this process is there is a way to rename the file before actually copying it. I tried to use Rename file OOTB activity which eventually calls pxGetFile Datapage which fetch the content from file. but its not worked.