Search: add-data-row

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

Results 31 - 40 of 121 « previous page next page » Page 1 2 3 4 5 6 7 8 9 ... 13

Merge Data Table

Last modified by Nhan Nguyen on 2022/05/13 03:03
Rendered document content
. (* is mandatory) Properties Input Destination (DataTable)* - The data table that takes the data from the source data table and handles the changes and missing schema. Source (DataTable)*- The data table to be merged with the destination data table. Misc Public (Checkbox) - Check if you want to publicize
Title
Merge Data Table
Attachment name
merge data table.jpg
Location
Data Table
Merge Data Table
Raw document content
data table.jpg]]>>attach:merge data table.jpg]] (* is mandatory) == **Properties** == **Input** * **Destination (DataTable)*** - The data table that takes the data from the source data table and handles the changes and missing schema. * **Source (DataTable)***- The data table

Add Log Fields

Last modified by Giang Tran on 2022/05/13 03:34
Rendered document content
RCA.Activities.Core.AddLogFields Description This activity allows you to add customized log
(Checkbox) - If you check it, the data of this activity will be shown in the log. Be careful, consider data
of the activity to organize and structure your code better. E.g: [056739368] Add Log Fields
Title
Add Log Fields
Location
Add Log Fields
Raw document content
" %) ((( RCA.Activities.Core.AddLogFields == **Description** == This activity allows you to add customized log fields to each and every
lines. **Misc** * **Public (Checkbox)** - If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it. * **Display Name (String)** - The name

[06]If

Last modified by admin on 2023/10/20 10:24
Rendered document content
) In the body of activity Condition (Boolean)* - The condition you want to add for the execution E.g: varA=varB - Then - You can add different activities for akaBot to execute if the condition is true - Else - You can add
code better. E.g: [392071310] If Public (Checkbox) - If you check it, the data of this activity
Raw document content
)* **- The condition you want to add for the execution E.g: varA=varB - **Then** - You can add different activities for akaBot to execute if the condition is true - **Else **- You can add different activities for akaBot
. E.g: [392071310] If * **Public (Checkbox) **- If you check it, the data of this activity

Excel Insert Or Delete Columns

Last modified by VuNH54 on 2023/04/19 17:08
Rendered document content
RCA.Activities.Excel.ExcelInsertOrDeleteColumns Description Adds or removes a specified number
) - The number of columns you wish to add or remove. E.g: 1 Position (Int32) - The column where the insertion
to add or remove. E.g: 1 Position (Int32) - The column where the insertion or removal begins. E.g: 2
Raw document content
" %) ((( RCA.Activities.Excel.ExcelInsertOrDeleteColumns == **Description** == Adds or removes a specified number of columns at a certain position
of columns (Int32)** - The number of columns you wish to add or remove. E.g: 1 * **Position (Int32
of column (Int32)** - The number of columns you wish to add or remove. E.g: 1 * **Position (Int32

[1] Create Entity

Last modified by admin on 2023/06/30 13:09
Rendered document content
All objects created in Data Service are referred to as Entities. Step 1: To begin, click on the "Add Entity" button Step 2: Provide the required information. Step 3: Once you have entered the information, click on the "Save" button. Note: Check Create Another if you want to create add another
Location
Data Service
[2] How to use Data Service
Raw document content
All objects created in Data Service are referred to as **Entities**. (% class="box infomessage" %) ((( **Step 1**: To begin, click on the "Add Entity" button ))) [[image:image-20230630130806-1.png
" %) ((( **Note**: Check Create Another if you want to create add another Entity without closing pop-up )))

Excel Append Range

Last modified by VuNH54 on 2023/04/19 16:57
Rendered document content
in a Data Table variable to the end of a specified Excel spreadsheet. (* is mandatory) In the body of activity Sheet Name - The name of the sheet in which to add the specified range. By default, this is filled in with "Sheet1". Only String variables and strings are supported. E.g: “ClientNames” Data Table
Raw document content
" %) ((( RCA.Activities.Excel.ExcelAppendRange == **Description** == This activity allows adding information stored in a Data Table variable
) == **In the body of activity** == * **Sheet Name** - The name of the sheet in which to add the specified range
: “ClientNames” * **Data Table** - The data to be added. This field supports only DataTable variables

Append Range

Last modified by VuNH54 on 2023/04/19 16:55
Rendered document content
RCA.Activities.Excel.AppendRange Description This activity allows you to add the information
are supported. E.g: “C:\FolderName\ClientList.xlsx” Sheet Name - The name of the sheet in which to add
are supported. E.g: “ClientNames” Data Table - The data to be added. This field supports only DataTable
Raw document content
" %) ((( RCA.Activities.Excel.AppendRange == **Description** == This activity allows you to add the information stored in a DataTable
** - The name of the sheet in which to add the specified range. By default, this is filled in with "Sheet1". Only String variables and strings are supported. E.g: “ClientNames” * **Data Table** - The data

[1] Create New Learning Model

Last modified by admin on 2024/01/11 18:17
Rendered document content
documents to extract data. Staff can create a new learning model by following these below steps: Step 1: Go to "Learning Models" tab Step 2: Choose "Add Learning Model" button Step 3: Input Model
choose base model, this new model will get all the fields that the based model has and staff can add more
Raw document content
, send the learning models to production and use them to run on actual documents to extract data. Staff
"]] (% class="box infomessage" %) ((( **Step 2**: Choose "Add Learning Model" button ))) [[image:image
, this new model will get all the fields that the based model has and staff can add more fields by clicking

CSV Activities

Located in
Last modified by admin on 2022/05/18 09:42
Rendered document content
The CSV Activities belongs to Core Activities Pack. These activities enable the robots to: Add data to or retrieve data from CSV files. Move data between CSV and Excel. See also: Activities Release Notes
Raw document content
(% class="box" %) ((( The **CSV Activities** belongs to **Core Activities Pack**. These activities enable the robots to: * ((( Add data to or retrieve data from CSV files. ))) * ((( Move data between CSV and Excel. ))) ))) See also: * [[Activities>>path:/bin/view/Activities/CSV%20Activities/Activities

Write CSV File

Last modified by Giang Tran on 2023/09/25 16:27
Rendered document content
DataTable to a 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. Data Table (DataTable) - Specifies the DataTable to be written in the CSV file. Properties Input Data Table (DataTable)* - Specifies the DataTable
Raw document content
** == * **File Path (String)** - You can add the file path of the CSV here. String supported only. * **Data
** == **Input** * **Data Table (DataTable)*** - Specifies the DataTable to be written in the CSV file
” **Misc** * **Public (CheckBox)** - If you check it, the data of this activity will be shown in the log
RSS feed for search on [add-data-row]
Created by admin on 2022/04/17 14:38