It would be great to be able to entirely remove a column from the input. Config could be something like the following: ```json { "actions": [ { "name": "identity" }, { "name": "remove" }, { "name": "hash" } ] } ``` Then, for an input like this one: ```csv a,b,c d,e,f ``` The output would be: ```csv a,84a516841ba77a5b4648de2cd0dfcb30ea46dbb4 d,4a0a19218e082a343a1b17e5333409af9d98f0f5 ```
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:
The output would be: