anon icon indicating copy to clipboard operation
anon copied to clipboard

Add anonymisation action: Remove value/column

Open albertpastrana opened this issue 7 years ago • 0 comments

It would be great to be able to entirely remove a column from the input.

Config could be something like the following:

{
  "actions": [
    {
      "name": "identity"
    },
    {
      "name": "remove"
    },
    {
      "name": "hash"
    }
  ]
}

Then, for an input like this one:

a,b,c
d,e,f

The output would be:

a,84a516841ba77a5b4648de2cd0dfcb30ea46dbb4
d,4a0a19218e082a343a1b17e5333409af9d98f0f5

albertpastrana avatar May 23 '18 10:05 albertpastrana