CSVfox
Get the job done.
 English

±remove

Removes one or more parts of a CSV table field

Description

Partially removes sections of a data field.
All contents that shall be removed are separated by a separator (mostly a comma ",").

The content parts to remove can be literal strings, some field content, or more complex expressions.
The expressions of all parts are resolved before removing takes place.

Pattern

±remove[Field]=ContentA,ContentB,... ±remove[Field]={Expression1},{Expression2},{Expression3}..

Usage examples

bla
±remove[Field],[Field2],[Field3]={Expression1},{Expression2},{Expression3}.. does a 1:1 relation, or matrix?
Mode?

Hint

Do not confuse this with the ±delete command, which deletes the column itself (not just parts of its contents)!
Under construction, coming soon