Skip to content

Remove values¤

Removes values that contain words from a blacklist. The blacklist values are separated with commas.

Parameter¤

Blacklist¤

No description

  • ID: blacklist
  • Datatype: string
  • Default Value: None

Advanced Parameter¤

None

  • removeEmptyValues — Remove values works from a blacklist: any value matching a word in that list is dropped. Remove empty values has no such list; it removes only empty strings.
  • removeDuplicates — The two plugins filter on different grounds. Remove values drops a value because of what it is; Remove duplicates drops a value because it already appeared earlier in the sequence.

Comments