Home
Workflows
Tags
Blog
Premium
About
Home
/
Workflows
/
Remove Personally Identifiable Information (PII) from CSV Files with OpenAI
Remove Personally Identifiable Information (PII) from CSV Files with OpenAI
by Artur
•
Updated: Last update 8 months ago
•
Source:
n8n.io
Loading workflow viewer...
Tags
Document Extraction
AI Summarization
Getting Started
Free to Download
Details
Content
What this workflow does
Monitors Google Drive: The workflow triggers whenever a new CSV file is uploaded.
Uses AI to Identify PII Columns: The OpenAI node analyzes the data and identifies PII-containing columns (e.g., name, email, phone).
Removes PII: The workflow filters out these columns from the dataset.
Uploads Cleaned File: The sanitized file is renamed and re-uploaded to Google Drive, ensuring the original data remains intact.
How to customize this workflow to your needs
Adjust PII Identification: Modify the prompt in the OpenAI node to align with your specific data compliance requirements.
Include/Exclude File Types: Adjust the Google Drive Trigger settings to monitor specific file types (e.g., CSV only).
Output Destination: Change the folder in Google Drive where the sanitized file is uploaded.
Setup
Prerequisites:
A Google Drive account.
An OpenAI API key.
Workflow Configuration:
Configure the Google Drive Trigger to monitor a folder for new files.
Configure the OpenAI Node to connect with your API
Set the Google Drive Upload folder to a different location than the Trigger folder to prevent workflow loops.
Related Workflows
Generate Summaries from Uploaded Files using OpenAI Assistants API
by Sam Robertson
Document Extraction
AI Summarization
Premium
Process & Summarize PDFs from Email & Messaging Apps with OpenAI GPT
by papcy
Document Extraction
AI Summarization
Extract & Validate Legal Citations from Documents with PDF Vector AI
by PDF Vector
Document Extraction
AI Summarization