Details
-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.17.1
-
Fix Version/s: None
-
Component/s: Morphlines Module
-
Labels:None
Description
A morphline to normalize phone numbers and extract info from them (e.g. country code) would be a nice addition for KiteSDK. So far, the best phone number library for Java is Google's libphonenumber:
https://github.com/googlei18n/libphonenumber
A GitHub PR will follow with a proposed implementation.