Substring
Last updated
Was this helpful?
Last updated
Was this helpful?
This operation extracts a portion of a string based on specified start and end positions or lengths. It is a versatile tool for extracting parts of text or binary data.
These are the input/output expected data types for this operation:
- Input string or data from which you want to extract a portion.
- Specified substring.
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Suppose you want to extract a specified substring from your input data:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose Substring.
Set Start Index to 3
.
Set Length to 9
.
Give your Output field a name and click Save.
For example, with the parameters specified above, you'll get the following substring from this text:
You can try out operations with specific values using the Input field above the operation. You can enter the value in the example above and check the result in the Output field.