SOLVED
Cleansing data
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
Simon88
5 - Atom
‎05-31-2023
10:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi there,
I am trying to clean data and filter data that contains one word "W". Please have a look at sample data. Please help me with that.
Thanks, Simon
Solved! Go to Solution.
Labels:
- Labels:
- Best Practices
- Preparation
- Text Mining
3 REPLIES 3
ShankerV
17 - Castor
‎05-31-2023
10:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Simon88
One way of doing this.
Output in the T node:
Output in the F node:
Input was:
Logic applied:
REGEX_Match([Words], ".+\sW\s.+")
Many thanks
Shanker V
‎05-31-2023
11:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks and if I wanted to split the text before "W" and after "W". How can i do that. Can you please help me with that?
ShankerV
17 - Castor
‎05-31-2023
11:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
