The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
What will be the best way to load the content of a HTML file (Ex: template.html that is uploaded to the Lakehouse Files folder) into a String variable inside the Fabric Data Pipeline using some Activity?
Thanks,
Prabhat
Solved! Go to Solution.
Hi,@prabhatnath ,I am glad to help you.
According to your description, you want to find the best way to load HTML file content from Lakehouse Files into a String variable in Fabric Data Pipeline.
Unfortunately, I haven't found a way to use Html type data as a transport type in Datalake for the time being.
Currently the following Dataset types are available in Datalake.
Avro format
Binary format
Delimited text format
JSON format
ORC format
Parquet format
You could try to convert the HTML type data to the data format supported above (if feasible)
Below is the official documentation for this, which I hope will help you.
URL:
Copy and transform data in Microsoft Fabric Lakehouse - Azure Data Factory & Azure Synapse | Microso...
Lakehouse tutorial - Prepare and transform lakehouse data - Microsoft Fabric | Microsoft Learn
I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.
Best Regards,
Carson Jian,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,@prabhatnath ,I am glad to help you.
According to your description, you want to find the best way to load HTML file content from Lakehouse Files into a String variable in Fabric Data Pipeline.
Unfortunately, I haven't found a way to use Html type data as a transport type in Datalake for the time being.
Currently the following Dataset types are available in Datalake.
Avro format
Binary format
Delimited text format
JSON format
ORC format
Parquet format
You could try to convert the HTML type data to the data format supported above (if feasible)
Below is the official documentation for this, which I hope will help you.
URL:
Copy and transform data in Microsoft Fabric Lakehouse - Azure Data Factory & Azure Synapse | Microso...
Lakehouse tutorial - Prepare and transform lakehouse data - Microsoft Fabric | Microsoft Learn
I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.
Best Regards,
Carson Jian,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.