This advanced data classification tool now includes custom rule creation, batch processing capabilities, industry-specific templates, and comprehensive export options for professional reporting.
Custom Rules & Pattern Detection
Create organization-specific detection patterns using regular expressions. Perfect for identifying internal IDs, custom formats, or industry-specific data patterns that standard rules might miss.
Batch Processing Capabilities
Process multiple documents or datasets simultaneously. Separate different texts with '---' markers to analyze multiple sources in a single operation, perfect for large-scale audits.
Industry Templates
Pre-configured rule sets for different industries:
Healthcare: HIPAA-compliant patterns for medical data
Financial: PCI-DSS and banking regulation patterns
Technology: API keys, secrets, and technical credentials
Education: FERPA compliance for educational records
Export & Reporting Options
Generate professional reports in multiple formats including PDF, JSON, CSV, and HTML. Perfect for compliance documentation, audit trails, and sharing results with stakeholders.
Frequently Asked Questions
Q. How do custom rules work? Custom rules use regular expressions to detect organization-specific patterns. The tool validates patterns and provides real-time feedback on matches.
Q. What's the batch processing limit? There's no hard limit on batch processing since everything runs locally. Performance depends on your device's capabilities and data size.
Q. Are exported reports compliant-ready? Exported reports include comprehensive analysis details suitable for compliance documentation, but should be reviewed by legal teams for specific regulatory requirements.
Q. Can I save and reuse custom rule sets? Yes, custom rules are saved locally in your browser and persist between sessions. You can also export/import rule sets as JSON files.
`;
downloadFile(html, `data-classification-report-${currentAnalysis.id}.html`, 'text/html');
}
function exportPDF() {
// For PDF, we'll create a print-friendly HTML and suggest printing to PDF
const printWindow = window.open('', '_blank');
printWindow.document.write(`
Data Classification Report