I have a dataflow in pipeline which has .csv as a source file. In the source I have selected After Completion option as Move. My .csv file location is shorttermworkspace/folder1/xyz_.csv. I would like to move the xyz_.csv file from shorttermworkspace/folder1 to shorttermworkspace/folder1/folder2 with same name.
Each time I have to manually create source data .csv file named 'xyz_<timestamp>.csv' inside the folder path 'shorttermworkspace/folder1' where <timestamp> is in yyyyMMddHHmmss format. That's why I used wildcard path instead of giving filename in dataset.
Also, one more information, this sink for this source is not directly connected. I am doing some transformation on this file and use the result of this to do more transformation to finally create a parquet file using sink. Please find the below image for your reference.

Hope this information will help to reproduce scenario and help me out with a solution.!
Thanks in advance!