One Line
Definition: Evaluates whether the input text consists of a single line. It checks if the text does not contain any newline characters, indicating that it is a single continuous line of text. Evaluation using Interface- input:
- text: The content column to check.
- output:
- result: Passed or Failed
Click here to learn how to setup evaluation using SDK.
Input Type | Parameter | Type | Description | UI Component |
---|---|---|---|---|
Required Inputs | text | string | The content column to check. | Column Select |