UiPath Documentation
activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Actividades de integraciones clásicas

Formatear nombres de columna

UiPath.Salesforce.Activities.FormatColumnNames

Reemplaza los nombres de columnas en una variable DataTable especificada.

Propiedades

Común

  • Nombre para mostrar: el nombre para mostrar de la actividad.

Entrada

  • Data - The DataTable variable whose column names you want to format. This field supports only DataTable variables.
  • Mapping - A DataTable variable that contains two columns which specifies how you want to format the variable specified in the Data field. The two fields are:
    • ColumnName - Represents the column names which are expected to be present in the DataTable variable specified in the Data field.
    • FieldName - Represents the column names which you want to replace the existing names with.

Otros

  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.

Salida

  • InvalidColumns - The list of column names that could not be matched with the ones supplied in the Mapping property, stored in an IEnumerable<String> variable. This field supports only IEnumerable<String> variables.
  • Propiedades
  • Común
  • Entrada
  • Otros
  • Salida

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado