Automate PII Removal from CSV Files in Google Drive Using OpenAI - n8n Workflow | Neura Market
Automate PII Removal from CSV Files in Google Drive Using OpenAI
This workflow automatically detects and removes personally identifiable information (PII) from CSV files uploaded to Google Drive using OpenAI, ensuring data privacy and compliance.
The workflow is designed to enhance data privacy by automatically processing CSV files uploaded to a specified Google Drive folder. It uses OpenAI to identify columns containing PII, removes these columns, and uploads a sanitized version of the file back to Google Drive. This process helps maintain compliance with data protection regulations by ensuring sensitive information is not stored unnecessarily.
Platform
n8n
Category
Data & Analytics
Price
Free
Creator
Henrik Larsen
code
merge
splitOut
stickyNote
googleDrive
extractFromFile
openAi
googleDriveTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.