What problem does it solve?
This skill helps you remove personally identifiable information from CSV, Excel, Parquet, and DOCX tables so you can share documents safely without manually scrubbing rows and columns.
Core Features & Use Cases
- Tabular redaction for multiple formats: Redact table-like inputs including CSV, Excel (.xlsx/.xls), Parquet (.parquet), and Word (.docx) tables.
- Multiple PII detection modes: Use local detection (spaCy + custom recognizers) or switch to AWS Comprehend when configured.
- Targeted column and entity control: Choose which columns to process and which entity types to redact, optionally using fuzzy matching and deny/allow lists.
- Duplicate row handling: Detect and remove duplicate rows via the registered endpoint designed for tabular duplicates.
- Operational endpoints you can call: Use
/tabular_redact when available for short, stateless runs, or /redact_data for the full long signature.
Quick Start
Use the tabular redaction skill to anonymize the columns "Name" and "Email" in your CSV file while replacing detected PERSON and EMAIL_ADDRESS values with the literal text REDACTED.