Cómo puedo abrir y ejecutar una macro en ACCESS? Esta Macro convierte el excel en base de datos, necesito ejecutar esa Macro desde uipath

Cómo puedo extraer el texto de un archivo .txt, pasarlo a un documento Ecxel y que me lo acomode en diferentes columnas?

@misael.d.nigo

The order would be like this

  1. Read the data from text file using read text file activity.save the output as str
  2. Now use generate datatable and pass str input and get dt datatable output… for this you have to give row and column sperators according to your data
  3. Write dt to excel

Cheers

1 Like