RPA | A2019 Folder Structure Creation| Automation Anywhere - Part-31
A2019 Folder Structure Creation - Today in this article we will discuss about how to create folder structure using A2019 Automation Anywhere.
As we all know that there are some important things that we must follow while developing a process i.e. first thing which we must do is to create a configuration file to store all the relevant or hard-coded values at one place so that while development we can store these values in a variable and use those variables throughout our process.
The second thing that we must consider is the creation of folder structure. Folder structure creation is one of the most critical aspect of the bot building process as we can store all the relevant files and logs information under the respective folders created. For an example, Input files that we receive from the client or the customer must be placed into the Input files folder.
The default hierarchy that we must follow while creating the folder structure in every process is given below.
- Input Files Folder - The Input Files folder is created to store all the input related information that we receive from the client or the customer in the form of excel, pdf, word, image etc. The input files folder can also contain the macro files being created by the developers.
- Output Files Folder - The Output Files folder is created to store all the output files or output related information created by the bot after the completion of all the transaction items that are there in the process.
- Logs Folder - Logs folder is created to store all the information that is being processed by the bot at each line. Logs are categorized into two categories i.e. Debug Logs and Error Logs. In debug logs we store the information that is being processed by the bot at each line so the developers get to know how much processing the bot has done whereas in the error logs all the error related or the exception related information is stored in the error logs folder.
- Template Folder - The template folder is being created to store the pre-defined template the client or the customer has and we need to use that template in our process to fill out the information.
Comments
Post a Comment
If you have any doubts, please letme know.