rpaframework icon indicating copy to clipboard operation
rpaframework copied to clipboard

Masking of text patterns in log files

Open orlof opened this issue 2 years ago • 1 comments

Ability to configure patterns that are masked in the logs. e.g.

Mask Log Pattern (0[1-9]|[12][0-9]|3[01])(0[1-9]|1[012]) Would change:

    Log    Time of birth is 051576
    Log    Time of birth is ******

orlof avatar Apr 18 '23 09:04 orlof

One option for data anonymization: https://microsoft.github.io/presidio/

tonnitommi avatar Apr 27 '23 09:04 tonnitommi