PII Data Identification and Redaction Support in MongoDB

Hello,

I am working on a project using MongoDB with Node.js and am exploring options for identifying and redacting Personally Identifiable Information (PII) in MongoDB documents. The challenge is that I don’t always know which fields in each document might contain sensitive information.

Does MongoDB provide any built-in functionality for PII data identification, redaction, and potentially reidentification? If not, are there any reliable services or tools that can seamlessly integrate with MongoDB and Node.js to offer these features?

Any recommendations or guidance would be greatly appreciated!

Thank you.