An Azure service for ingesting, preparing, and transforming data at scale.
Hi @Roy ,
Thank you for posting query in Microsoft Q&A Platform.
Copy activity supports wildcard file path which will direct filter files in your path. But this feature supports only documented list of filters. Click here to know more about them.
In your case, you would like to have a custom filter logic directly invoked in to Copy activity, Which is unfortunately, not supported at this moment.
I would encourage you to create a feedback item for this feature. Product team actively monitor all feedbacks and consider them for feature releases.
Please Note, If you like to store your Filter activity output to some file. Then you can try to save that filter activity output value in to some variable and then in side copy activity use addition column feature in source dataset. This will add an additional column in your sink file with the value passed. Try if this will help you in your way.
Hope this will help. Please let us know if any further queries. Thank you.
------------------
- Please
accept an answerif correct. 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.