PropertySubstringValve
Create a substring of a string property.
Index is zero based, where index 0 represents the first character in the string.
Begin index is inclusive, end index is exclusive.
Valve operates on the Current Item Set and will process all items surviving the common item filtering rules.
Properties
Example Configuration
{
"name": "PropertySubstringValve",
"config": {
"source":"{{request.word}}",
"end_index":"7",
"begin_index":"2"
}
}
Requirements
Item set must have at least one entry.