Skip to content

Add Canadian Zip Code Rules

Adds Canadian Zip Code PII data detection rules as well as a file to test the patterns.

This change adds support for Canadian postal code detection in the PII data scanning system. The update includes:

  1. A new rule in the PII data extension configuration that specifically detects Canadian postal codes using a regex pattern that matches their format (letter-number-letter, optional space or dash, number-letter-number)

  2. A sample data file with Canadian customer information containing various formats of Canadian postal codes (with spaces, with hyphens, and without separators)

The addition allows the system to identify Canadian postal codes as PII data alongside the existing US ZIP code detection capability.

Merge request reports

Loading