Use AI to extract fields from a text and turn them into outputs
Extract fields
module is a logic module that can extract important information from a text block. This module is particularly useful when extracting key variables from a text to store in a spreadsheet or database.
You can use this module to parse a complex output and extract relevant information for the workflow
This module has multiple configurations:
Field
you write “Date”, and in the Description
you put “Date of emission”Extract Information
module has one input and variable outputs:
Text
, receives any text inputText
, can have unlimited text outputs; each output requires a proper description as those are leveraged by the AI agent to find the right information.Advanced Options
to select the AI model you want to use.
In the image below, the input is a file, which is tranformed to text in the File to Text node, and afterwards, we take the Date (Description: Date of emission) and Company (Description: Company responsible for the document) from the text.