PropertyUniqueValuesFromCSVValve
Creating a unique CSV list from configured CSV.
Valve operates on the Current Item Set and will process all items surviving the common item filtering rules.
Properties
Example Configuration
{
"name": "PropertyUniqueValuesFromCSVValve",
"config": {
"source":"{{item.countries}}",
"dest":"",
"separator":"|"
}
}
Requirements
Item set must have at least one entry.