Forum Discussion
Anonymous
3 years agoNot applicable
Dividir
Hola, necesito extraer el ID de la columna "ASUNTO", este ID tiene una longitud variable.
¿podría realizar esta extracción con una columna personalizada? que funcion deberia utilizar? o como me aconsejan realizar esta extracción.
Gracias.
Hi Anonymous
You can add a custom column with below code.
Text.BeforeDelimiter(Text.Trim(Text.AfterDelimiter([ASUNTO], "-")), " ")Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
1 Reply
- v-jingzhangCommunity Support
Hi Anonymous
You can add a custom column with below code.
Text.BeforeDelimiter(Text.Trim(Text.AfterDelimiter([ASUNTO], "-")), " ")Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.