Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
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 🙂