You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const{ GoogleDLPRedactor }=require('redact-pii');constredactor=newGoogleDLPRedactor();redactor.redactAsync('I live at 123 Park Ave Apt 123 New York City, NY 10002').then(redactedText=>{console.log(redactedText);// I live at STREET_ADDRESS US_STATE City, LOCATION ZIPCODE'});
Actual result: I live at 123 Park Ave Apt 123 US_STATE City, NY 10002
The text was updated successfully, but these errors were encountered:
From docs:
Actual result:
I live at 123 Park Ave Apt 123 US_STATE City, NY 10002
The text was updated successfully, but these errors were encountered: