trailing spaces
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
ABC_Anonymous
6 - Meteoroid
a month ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello , I am trying to update sheets name from an excel file, but some of them have trailing spaces in it, i want to delete this spaces
thanks for your support
Labels:
- Labels:
- Input
- Output
- Preparation
4 REPLIES 4
binuacs
21 - Polaris
a month ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@ABC_Anonymous use the Trim() function
eg: Trim([Field Name])
chukleswk
11 - Bolide
a month ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can use the Data Cleansing tool and select "Leading and Trailing Whitespace" in the Remove Unwanted Characters section.
 
a month ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
i want to Remove Leading and Trailing Whitespace in the sheet name and save it
RJ_1988
5 - Atom
4 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Trim (Colname), Data Cleansing tool (Check Leading and Trailing Whitespaces), and in some cases use additionally a formula tool Replace(Colname,' ','')
