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-CountryCodeparameter (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.csvor.txtfiles in one command. -
Validation Report
Export invalid / non-10-digit numbers into a separate report file. -
PowerShell Module
Package as a.psm1so users can install via:Install-Module PhoneNumberCleaner
-