Comagire Apr 2026
: This is the primary tool for combining data from multiple bundles into one text string. It allows you to define a row separator (like a newline or a comma) and map specific fields from previous modules.
: If you are breaking down long text for AI models (due to token limits), you can use an Iterator to process segments and then a Text Aggregator to merge the AI-generated summaries back into one piece. comagire
Depending on your workflow, you can use several modules to produce consolidated text: : This is the primary tool for combining
: Use this module when you need to extract specific patterns (using Regex ) from a larger body of text before aggregating it into a final format. comagire