Substring
Description
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.
Data types
These are the input/output expected data types for this operation:
Input data
- Input string or data from which you want to extract a portion.
Output data
- Specified substring.
Parameters
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Example
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:
+34678987678 -> 678987678
Last updated
Was this helpful?