Nodes/ComfyUI Griptape Nodes/Griptape Run: Text Extraction
ComfyUI Node

Griptape Run: Text Extraction

Extract text using csv or json.

By griptape-ai·Created 2 years ago·Updated about a year ago· 238
Griptape Run: Text Extraction
  • agent
  • key_value_replacement
  • OUTPUT
  • AGENT
input_string
extraction_typejson
column_names
template_schema
STRING
CategoryGriptape/Text

Inputs (7)

NameTypeDefaultDescription
input_stringoptSTRING
agentoptAGENT
key_value_replacementoptDICTThe will replace the {{ key }} with a value.
extraction_typeoptCOMBOjsonThe type of extraction to perform.
column_namesoptSTRINGComma separated list of column names to extract. Example: name, age
template_schemaoptSTRINGSchema template for the json extraction. Example: {"name": str, "age": int}
STRINGoptSTRINGText to extract from. If you are also providing an input_string, this will be added before that.

Outputs (2)

NameTypeDescription
OUTPUTSTRING
AGENTAGENT