Hi anonymous user-0048 ,
Sorry for the delayed response and thanks for clarification.
One of the way to achieve your requirement is use the Derived column to dynamically created the folder path for the HTML content files and followed by 2 sink transformations.
- 1st sink transformation is to write the HTML content to Blob location
- 2nd sink transformation is transform the data by replacing HTML content with its blob reference location/path and write to sink/destination as needed.
Sample transformation flow looks like below:
Hope this helps. Do let us know if you have further query.
----------
Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.