Hi,
I have HTML content stored in a table's html_content
attribute, and file names in a file_name
attribute. How can I upload these directly to Azure Blob Storage using the FME Azure Storage connector without writing local files or using the HTTPCaller
? Is it possible to provide the HTML content directly to the connector as an attribute? I need to dynamically set the blob name using the file_name
attribute. Any help is appreciated!