Hello Expert,
I am trying to get straight 10 digits phone number out of HR source. HR sends 3 different format of phone number.
format1 coming from HR : 91-800-5135078239
format2 coming from HR : 752-6863132513
format3 coming from HR : 6863251322
Expected result to be in ISC : 3862046654
Using E.164 Phone gives me same number by adding country code.
input: 91-800-5135078239
output : +1918005135078239
I tried split transform but the phone number is treated as one whole string so not much help.
Any idea how this can be achieved.
Thank you