Search: select-file

Last modified by admin on 2022/04/24 04:58

Results 1 - 10 of 18 next page » Page 1 2

[2] Installation

Last modified by admin on 2023/07/18 16:47
Rendered document content
6 – Select installation folder. 1 – By default, akaBot will install in folder “C:\Program Files\FPT
in the Licensing Email Step 2 - Extract the zipped file and run the setup as Administrator. If your computer has already had akaBot platform, go to step 3, otherwise, go to step 4. Step 3 – Select Remove akaBot
Raw document content
** - Download the installer from the link provided in the Licensing Email **Step 2** - Extract the zipped file
platform, go to step 3, otherwise, go to step 4. **Step 3 –** Select Remove akaBot Plaform option then hit
"]] **Step 5 – **Read the license agreement carefully. If you accept the terms, select “I agree” then “Next

[5] Deactivation

Last modified by admin on 2023/07/26 15:43
Rendered document content
: 1 - Select “Show hidden icons” on your horizontal bar (if needs) 2 – Right click on akaBot Agent icon 3 – Select “About” 4 - Click link “Deactivate license”. 5 – Confirm deactivation action. akaBot
(device A): Step 1 -  Open akaBot Agent then navigate to Deactivate license feature: 1 - Select “Show
Raw document content
make sure: 1*. Have another Internet-Access device** **to get license file from akaBot license
deactivation license file. 1. If your akaBot Agent has been activated (% style="color:#e74c3c" %)**through
- Select “Show hidden icons” on your horizontal bar (if needs) 2 – Right click on akaBot Agent icon 3

Custom Activity

Located in
Last modified by admin on 2023/04/27 18:24
Rendered document content
. In the New Project dialog, under the Installed category, select Visual C# > Workflow (or Visual Basic > Workflow). Select the Activity Library project template. Type “RCA.Activities.Demo” in the Name box. Select
node, select Workflow. Select Code Activity from the Workflow list. Type SumInt into the Name box
Raw document content
, under the Installed category, select Visual C# > Workflow (or Visual Basic > Workflow). 1. Select the Activity Library project template. Type “RCA.Activities.Demo” in the Name box. Select .NET Framework 4.5.2
. Choose Add New Item from the Project menu. 1. In the Installed > Common Items node, select Workflow

Get Files

Last modified by DatPT on 2023/04/14 14:54
Rendered document content
list)- Drop down with 2 search options. Select Top Directory if you want to search for the files in the current folder only or select AllDirectories if you want to search for the files in the sub-folder
RCA.Activities.Core.GetFiles Description This activity allows you to return the names of files
Title
Get Files
Raw document content
to search for the files in the current folder only or select AllDirectories if you want to search
== **Description** == This activity allows you to return the names of files (including their paths) in a specified
** * **Creation Time (From) (DateTime)** – Looks for files create from this date onward. Left blank if the created

Write Text File

Last modified by DatPT on 2023/04/17 10:01
Rendered document content
are detected, the UTF-8 encoding is selected by default. File Name (String)* - The path of the file. Write
text into a file. If the file already exists, the pre-existing text is overwritten. If the file does not exist, it is created. (* for Mandatory) In the body of activity File name (String)* - The path
Title
Write Text File
Location
Write Text File
Raw document content
. Core.Activities.WriteTextFile == **Description** == This activity allows you to write the specified text into a file. If the file already exists, the pre-existing text is overwritten. If the file does not exist, it is created. [[image:image-20220513111351-1.png]] (* for Mandatory) == **In the body of activity** == * **File name

Read Text File

Last modified by DatPT on 2023/04/17 09:56
Rendered document content
a specified file and store it in a String variable. (* for Mandatory) In the body of activity File name (String)* - The path of the file. If the path is not full, the file is created in the project folder. E.g: "C:\Users\Admin\Desktop\inputfile.xlsx" or “inputfile.xlsx” Properties File Encoding (String
Title
Read Text File
Location
Read Text File
Raw document content
Marks are detected, the UTF-8 encoding is selected by default. * **File Name (String)* **- The path
" %) ((( RCA.Activities.Core.ReadTextFile == **Description** == This activity allows you to read all characters from a specified file
) == **In the body of activity** == * **File name (String)*** - The path of the file. If the path is not full

[2] How to use akaBot Agent

Last modified by DatPT on 2023/04/14 10:04
Rendered document content
to show hidden icons. – Right click akaBot icon. – Select Show akaBot Agent. After that, akaBot Agent
by performing below steps: Step 1: In Settings screen ( if in the List Workflows screen then select Settings
Configuration form. If select No proxy or Auto detect option, go to step 3. If select Manual proxy option, you
Raw document content
to show hidden icons. – Right click akaBot icon. – Select Show akaBot Agent. [[image:image-20220505174101
:** In Settings screen ( if in the List Workflows screen then select Settings button at the right upper corner
tab and fill information into Network Configuration form. If select No proxy or Auto detect option

Read CSV File

Last modified by Giang Tran on 2023/09/25 16:27
Rendered document content
a specified CSV File. (* is mandatory) In the body of activity File Path (String) - You can add the file path of the CSV here. String supported only. Properties File File Path (String)* - The file path of the CSV file E.g: “C:\CSVFolder\clientList.csv” Misc Public (CheckBox) - If you check it, the data
Title
Read CSV File
Location
Read CSV File
Raw document content
" %) ((( RCA.Activities.CSV.ReadCSVFile == **Description** == This activity allows you to read all entries from a specified CSV File. [[image:image-20220505105117-1.jpeg]] (* is mandatory) == **In the body of activity** == * **File Path (String)** - You can add the file path of the CSV here. String supported only. == **Properties

Copy File

Last modified by Giang Tran on 2022/05/13 03:37
Rendered document content
RCA.Core.Activities.CopyFile Description This activity allows you to copy files from a specified
. The default value is False. File Destination (String)* - The destination where you want to copy the file to. If you provide a folder path, the file is copied with the original name. You can specify the file name
Title
Copy File
Location
Copy File
Raw document content
" %) ((( RCA.Core.Activities.CopyFile == **Description** == This activity allows you to copy files from a specified location
is False. **File** * **Destination (String)*** - The destination where you want to copy the file to. If you provide a folder path, the file is copied with the original name. You can specify the file name

Read Range

Last modified by Giang Tran on 2022/05/13 06:53
Rendered document content
Workbook Path (String)* - The path of the Excel file you want to read. E.g: “C:\FolderName\SaleReport.xlsx
) - The path of the Excel file you want to read. E.g: “C:\FolderName\SaleReport.xlsx” Sheet name (String
Options Add Headers - If you select this, the column headers from the specified spreadsheet range
Raw document content
) == **In the body of activity** == * **Workbook Path (String)*** - The path of the Excel file you want to read
file you want to read. E.g: “C:\FolderName\SaleReport.xlsx” * **Sheet name (String)**- The sheet you
. E.g: Read Range **Options** * **Add Headers **- If you select this, the column headers from
next page » Page 1 2
RSS feed for search on [select-file]
Created by admin on 2022/04/17 14:38