Grouped using delimiter versus json

I would like to respectfully suggest a new selector.
Similar to the Grouped Selector
But, instead of returning a json snippet
It should take in a delimiter, and return a single text string of all the data concatenated by the delimiter.

Example…
Assume a page with an unordered list called ProductCategoryLi of links

Selector of
.ProductCategoryLi a
Multiple
Checked
Delimiter
“|”

Would get the string:
“value 1|value 2|value 3”

Or a Delimiter of
“ ; “
Would return:
“value 1 ; value 2 ; value 3”

Hope that makes sense.

2 Likes

Great feature, really necessary :+1: