
Combine Text
The Combine Text component in FlowHunt allows you to merge two separate text inputs into a single output, using an optional delimiter. Ideal for workflows that ...
The Separator component divides plain text inputs into multiple parts based on a chosen separator, making it easier to handle and process data in complex flows.
Component description
The Separator component is a utility in your AI workflow that splits a given text input into multiple segments based on a specified separator. This can be especially useful in scenarios where you need to process or analyze individual parts of a bulk text, such as separating paragraphs, lines, or entries in a list.
The primary function of the Separator is to take an input text (for example, a long message, document, or list) and divide it into a list of smaller text chunks using a separator string of your choice (by default, this is a newline character \n
). This enables downstream components to process or analyze each segment independently.
Name | Type | Description | Default | Required |
---|---|---|---|---|
Input | Message | The text to be split into segments. | (empty) | No |
Separator | str | The string used to separate the input. | \n | No |
,
for comma-separated values, or \n\n
to split by paragraphs.Name | Type | Description |
---|---|---|
Data | Message | A list of text segments after separation. |
The output is a list of text pieces, each representing a segment from the original input, split using the chosen separator.
The Separator component is a versatile tool for dividing text into usable segments, enhancing the flexibility and efficiency of your AI workflows. By customizing the separator, you can adapt it to a wide range of text formats and processing needs.
The Separator component splits incoming text into a list of texts using a defined separator (for example, a newline or comma), allowing for more granular processing in your workflow.
Use the Separator when you need to break down a message or input string into smaller pieces, such as handling lists, multiple instructions, or parsing user responses.
Yes. You can specify any string as the separator—such as a comma, semicolon, or custom text—to match your data’s structure.
It works with plain text messages and outputs a list of text segments, making it versatile for various text-processing needs in your flow.
No. While useful in chatbot workflows, the Separator can be used in any automation or process where text needs to be divided for further actions.
Simplify your workflows by splitting text inputs with the Separator component in FlowHunt.
The Combine Text component in FlowHunt allows you to merge two separate text inputs into a single output, using an optional delimiter. Ideal for workflows that ...
The Structured Output Generator component lets you create precise, structured data from any input prompt using your chosen LLM model. Define the exact data fiel...
FlowHunt's Document to Text component transforms structured data from retrievers into readable markdown text, giving you precise control over how data is proces...