Normalizes, deduplicates, validates, and suppresses records in enriched datasets (CSV/JSON/Parquet) using rules and compliance filters. Outputs cleaned data to file or syncs to systems like Salesforce.
From data-enrichment-masternpx claudepluginhub gtmagents/gtm-agents --plugin data-enrichment-masterRun data quality workflows (formatting, deduplication, validation, suppression) before syncing enriched records into downstream systems.
/data-enrichment:clean-database \
--input enriched.csv \
--rules rules.yaml \
--output clean.csv \
--gdpr true
--input: Source CSV/JSON/Parquet file.--rules: YAML/JSON config defining normalization rules, required fields, dedupe logic.--output: File path or system destination (Salesforce, HubSpot, Snowflake).--gdpr: Apply regional compliance filters (default true).--suppress-list: Path to opt-out or customer suppression list.--format: Output format (csv, json, parquet, api-sync).