RESUELTAS
Cleansing data
Opciones
- Suscribirse a un feed RSS
- Marcar tema como nuevo
- Marcar tema como leído
- Flotar este Tema para el usuario actual
- Favorito
- Suscribir
- Silenciar
- Página de impresión sencilla
Simon88
Átomo
05-31-2023
10:49 PM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Notificar al moderador
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
¡Resuelto! Ir a solución.
Etiquetas:
- Etiquetas:
- Best Practices
- Preparation
- Text Mining
3 RESPUESTAS 3
ShankerV
Cástor
05-31-2023
10:56 PM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Notificar al moderador
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
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Notificar al moderador
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
Cástor
05-31-2023
11:34 PM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Notificar al moderador
