Hi @AzeemK ,
Thanks for using Microsoft Q&A forum and posting your query.
You can use Azure Data Factory pipeline with Copy activity to achieve this requirement.
If you want to just copy the file with a change in delimiter, then you can use copy activity and in sink dataset, you can change the delimiter that you want to create files with.
If your ask is to MOVE (copy source file to target and delete on source location) the file, then you will have to use COPY activity (having sink dataset edited to have your desired delimiter) followed by a DELETE activity to delete the file from source after copying to sink target location.
Here is a related blog (Disclaimer: Not an MSFT owned) by a community volunteer: Move Files With Azure Data Factory- Part I
Hope this info helps. Do let us know if you have further query.
----------
- Please
accept an answer
andup-vote
if it helps. Original posters help the community find answers faster by identifying the correct answer. Here is how. - Want a reminder to come back and check responses? Here is how to subscribe to a notification.