Robotic Process Automation (RPA)

 View Only
  • 1.  File Path

    Bot Builder
    Posted Mon January 17, 2022 10:48 AM
    Hello Guys,
    Am new to RBA studio and Automation.
    Am trying to fix this error i have created the Excel folder in C:\Users\ander\Documents but i get this error Error executing command at line 12: excelMerge --directory "${documentsPath}\\Excel" --filemask csv --fileordering "NameAscending" pathExcelMerged=file
    Directory does not exist
    Please help






    ------------------------------
    Anderson Njoroge
    ------------------------------


  • 2.  RE: File Path

    Posted Mon January 17, 2022 11:07 AM
    Hi Anderson,

    It worked for me.  It could be you are missing the file name into which to merge your files.  See below for working code:

    Regards,

    Nigel.




    ------------------------------
    NIGEL CROWTHER
    ------------------------------



  • 3.  RE: File Path

    Posted Tue January 18, 2022 07:26 AM
    Please, add the create directory command before excel merge, like so.

    createDir --path "${documentsPath}\\Excel"

    ------------------------------
    Joba Diniz
    Product Manager
    IBM
    ------------------------------