Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 890 Bytes

File metadata and controls

23 lines (16 loc) · 890 Bytes

Roadmap / TODOs

We’re keeping this project simple, but there are a lot of features that could make it more powerful and useful to the community.

  • If you’d like to contribute, here are some ideas — pick one, open a PR, or start a discussion:

    • International Formats
      Support phone formats beyond US, with a -CountryCode parameter (e.g., UK, KE, Japan, India).

    • Custom Column Name
      Allow users to specify which CSV column contains phone numbers (default: "Phone").

    • Batch Mode
      Support running on an entire folder of .csv or .txt files in one command.

    • Validation Report
      Export invalid / non-10-digit numbers into a separate report file.

    • PowerShell Module
      Package as a .psm1 so users can install via:

      Install-Module PhoneNumberCleaner