Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Everyone,
I am trying to ingest unstructured data (mp3/ pdf) into Fabric by using data pipeline, but not sure how to upload it except using Schema agnostic (binary copy).
Any one know how to upload unstructured data? Mant thanks!
Solved! Go to Solution.
We have a use case to ingest pdf documents - the way we've done this is firstly via a shortcut to the AWS S3 bucket where they live.
We would then use a schema agnostic (binary) copy process to copy them to the files location of a lakehouse.
I'd then process them from there using a notebook to turn the unstructured data into structured data.
We have a use case to ingest pdf documents - the way we've done this is firstly via a shortcut to the AWS S3 bucket where they live.
We would then use a schema agnostic (binary) copy process to copy them to the files location of a lakehouse.
I'd then process them from there using a notebook to turn the unstructured data into structured data.
It works!! Thanks 🙂