Skip to content

[PROPOSAL] Pass multiple masking config to the command line #23

@adrienaury

Description

@adrienaury

Possibility to pass multiple yaml configuration, that will be applied in the order provided by command line arguments

$ cat data.jsonl | pimo -c format.yml -c clean.yml -c masking.yml

Equivalent to

$ cat data.jsonl | pimo -c format.yml | pimo -c clean.yml | pimo -c masking.yml

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions