Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
andyrebs
Contributor III
Contributor III

How replace/substitue

Hello,

I have a csv file with a Telephone field filled as below:

PhoneNumber

02/0383838

010 0983823

08 - 0292827

...

I would like to load the filed as

PhoneNumber

020383838

0100983823

080292827

..

Thanks

Andrea

1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Check with KeepChar function

     KeepChar(FieldName,'0123456789')

Celambarasan

View solution in original post

3 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Check with KeepChar function

     KeepChar(FieldName,'0123456789')

Celambarasan

andyrebs
Contributor III
Contributor III
Author

Perfect!

I have seen also this discussion

Phone numbers on different formats. How to match?

Thank you!

Not applicable

check this one

phone number

02/0383838

010 0983823'

08 - 0292827'

what if there is single code like above one. how could we avoid ..