Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

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-jingzhang's avatar
    v-jingzhang
    Community 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.