
Creator
2022-07-11
03:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Clean/Remove Spaces
Hi good day
Im working with one excel that has phone numbers like this:
55 6514 4854
55 2211 0014
Does anyone could help me how to remove spaces in the script? l saw that using TRIM but function says only leading and trailing spaces.
Thanks all
1,677 Views
2 Solutions
Accepted Solutions

Specialist II
2022-07-11
03:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you can use purgechar() for this.
purgechar(fieldname, ' ') as fieldname_nospaces

Partner - Creator II
2022-07-11
04:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 Replies

Specialist II
2022-07-11
03:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you can use purgechar() for this.
purgechar(fieldname, ' ') as fieldname_nospaces

Partner - Creator II
2022-07-11
04:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
