new functionality: adding the capacity for treat Numeric Values

This commit is contained in:
2024-06-23 22:25:34 -03:00
parent ace331d317
commit 9ef8f560d0

View File

@@ -49,7 +49,7 @@ It works with flags:
- **flag_descobre_tipo**: It marks for find the type of an attribute (String or Numeric)
- **flag_string**: If True, the attribute will be a String; If False, it's a Numeric attribute
>**Note**: The attribute to be redacted NEED to be a String. If the attribute is a set of attributes, the algorithm will ignore all the set. In the example code **redact.py**, the attribute **items** is in the list but it will not redact anything.
>**Note**: The attribute to be redacted could be a String, Numeric or Items (values between [ and ]). If the attribute is a set of attributes (between { and }), the algorithm will ignore all the set.
What the algorithm performs: