Process local files by uploading them directly into your workflow to be used as a data source.
Open files
block allows you to use your own local files as a direct input source for a workflow. Instead of navigating to a public URL, the AI Agent will process the content of the file(s) you upload. This is ideal for analyzing or extracting data from documents you already have.
Open files
block to:
Screenshot: Upload documents block configuration panel showing the file selection button with uploaded file
Open files
block.Open files
(such as Extract Data
) will then execute, operating on the content of the current file being processed.Open files
block itself doesn’t output structured data in the same way Extract Data
does. Instead, it provides the content of each file to the next block in the sequence.
When a subsequent Extract Data
block runs, it will see the full text content of the currently processed file. You can then define an extraction schema to pull structured information from this text.
Open files Block:
invoice_101.pdf
, invoice_102.pdf
, and invoice_103.pdf
.Extract Data Block (added next):
A single item
(since each file represents one invoice).
NAME | EXAMPLE VALUE OR A LONGER DESCRIPTION |
---|---|
invoice_number | The unique invoice number or ID. |
customer_name | The name of the customer the invoice is billed to. |
total_amount | The final total amount due, as a number. |
due_date | The payment due date, in YYYY-MM-DD format. |
You are reading a PDF invoice. Extract the specified fields. If a field is not present, leave it empty.
Extract Data
, you are essentially instructing the AI to read through this entire text block to find the information you need.Apply Variables
or Read RSS feeds
blocks.Open files
block is a versatile tool for bringing your own local data directly into the powerful analytical and extraction engine of Jsonify.