Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Add anonymisation action: Remove value/column #11

Description

@albertpastrana

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions