Unstructured recommends that you save the extracted JSON data only to a blob storage, file storage, or No-SQL database destination location. For the extracted data only output format, Unstructured’s destination connectors cannot insert custom JSON objects into a SQL-style database or vector store. Instead, save the extracted JSON to blob storage, file storage, or a NoSQL database. Then use your own code to insert the data into your target destination. For the elements with extracted data output format, Unstructured does not recommend that you saveDocumentation Index
Fetch the complete documentation index at: https://docs.unstructured.io/llms.txt
Use this file to discover all available pages before exploring further.
DocumentData elements as rows, records, or entries within a traditional SQL-style destination database or vector store either, for the following reasons:
- Saving a mixture of
DocumentDataelements and default Unstructured elements such asTitle,NarrativeText, andTableelements and so on in the same table, collection, or index might cause unexpected performance issues or might return less useful search and query results. - The
DocumentDataelements’extracted_datacontents can get quite large and complex, exceeding the column or field limits of some SQL-style databases or vector stores.

