Search: insert-data-table

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

Results 11 - 20 of 130 « previous page next page » Page 1 2 3 4 5 6 7 8 9 ... 13

Excel Insert Rows

Last modified by Giang Tran on 2022/05/13 06:22
Rendered document content
to insert one or more rows in a table, range, or sheet at the specified location. This only can be used
(String)* - The name of the sheet that you want to insert row. E.g: “Employee Name” Number of row (Int) - Number of rows you want to insert in Excel sheet E.g: 5 Row position (Int) - Position where the rows
Title
Excel Insert Rows
Location
Excel Insert Rows
Raw document content
" %) ((( RCA.Activities.Excel.ExcelInsertRows == **Description** == This activity allows you to add more rows to insert one or more rows in a table, range, or sheet at the specified location. This only can be used in Excel Application Scope
of the activity** == * **Sheet name (String)*** - The name of the sheet that you want to insert row. E.g

Excel Insert Image

Last modified by VuNH54 on 2023/04/19 17:20
Rendered document content
to insert image to. E.g: “Employee Data” Range (String)* - The range you want to add image to. E.g: “K1:L1
file you want to insert. This field accepts only strings and String variables. E.g: “C:\FolderName
path of the image or click “…” button to choose file you want to insert. This field accepts only
Title
Excel Insert Image
Location
Excel Insert Image
Raw document content
want to insert image to. E.g: “Employee Data” * **Range (String)* **- The range you want to add image
(String)** - Input the full path of the image or click “…” button to choose file you want to insert
path of the image or click “…” button to choose file you want to insert. This field accepts only

Sandbox

Located in
Last modified by admin on 2023/02/11 22:23
Rendered document content
of the XWiki Syntax you can use in wiki pages (headings, images, tables). Headings XWiki offers 6 levels
1 Numbered list Item Subitem Item Subitem Mixed list Item 1 Item 2 Item 3 Item 4 Item 5 Tables You can create tables right into wiki pages: Table with headers in the top row table header table
Raw document content
>>XWiki.XWikiSyntax]] you can use in wiki pages (headings, images, tables). = Headings = XWiki offers 6 levels
. Item 1 11. Item 2 11*. Item 3 11*. Item 4 1. Item 5 = Tables = You can create tables right into wiki pages: == Table with headers in the top row == |= table header |= table header |= table header | cell

Remove Duplicated Rows

Last modified by Nhan Nguyen on 2022/05/13 03:06
Rendered document content
duplicate rows in the data table. (* is mandatory) Properties Input Data Table (DataTable)* - The data table you want to check. Misc Public (Checkbox) - Check if you want to publicize it. Remember
Rows. Output Output Data Table(DataTable) - The column value from the specified DataRow.
Location
Data Table
Raw document content
" %) ((( RCA.Activities.Core.RemoveDuplicatedRows == **Description** == This activity allows you to remove duplicate rows in the data table
** == **Input** * **Data Table (DataTable)* **- The data table you want to check. **Misc** * **Public
** * **Output Data Table(DataTable) **- The column value from the specified DataRow. ))) {{velocity

[05]Navigate To

Last modified by Tuan Nguyen on 2022/05/13 02:20
Rendered document content
RCA.Activities.Browser.NavigateTo Description The Navigate To activity allows you to navigate to another URL on the current browser. (* For Mandatory) In the body of the activity URL to be inserted
to public it. Remember to consider data security requirement before using it. Default is unchecked.
Raw document content
" width="392"]] (* For Mandatory) == **In the body of the activity** == * **URL to be inserted
)** - Check if you want to public it. Remember to consider data security requirement before using it. Default
="akb-toc-title" %) ((( Table of Content ))) {{toc depth="4" start="2"/}} ))) #end {{/velocity}} )))

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
, this is filled in with "Sheet1". Only String variables and strings are supported. E.g: “ClientNames” Data Table
." Only String variables and strings are supported. E.g: “ClientNames” Data Table (DataTable)* - The data
Raw document content
" %) ((( RCA.Activities.Excel.ExcelAppendRange == **Description** == This activity allows adding information stored in a Data Table variable
: “ClientNames” * **Data Table** - The data to be added. This field supports only DataTable variables
: “ClientNames” * **Data Table (DataTable)*** - The data to be added. This field supports only DataTable

Append CSV File

Last modified by Giang Tran on 2023/09/25 16:27
Rendered document content
of activity File path (String) - You can add the file path of the CSV here. String supported only. Data Table (DataTable) - The data table you want to append. Properties File File Path (String)* - The file path of the CSV file E.g: “C:\CSVFolder\clientList.csv” Input Data Table (DataTable)* - Specifies the DataTable
Raw document content
of the CSV here. String supported only. * **Data Table (DataTable)** - The data table you want to append
\clientList.csv” **Input** * **Data Table (DataTable)*** - Specifies the DataTable to be appended to the CSV
)** - If you check it, the data of this activity will be shown in the log. Be careful, consider data security

For Each Row

Last modified by VuNH54 on 2023/04/19 14:38
Rendered document content
loop variable name in - Data table to loop Body - Add activities that you want to execute in loop Properties Input Data Table (DataTable)* - The DataColumn object whose value is to be retrieved from the DataRow. Misc Public (Checkbox) - Check if you want to publicize it. Remember to consider data security
Location
Data Table
Raw document content
) == **In the body of activity** == **Foreach** - Set loop variable name **in** - Data table to loop **Body **- Add activities that you want to execute in loop == **Properties** == **Input** * **Data Table
(Checkbox)** - Check if you want to publicize it. Remember to consider data security requirements before

Write CSV File

Last modified by Giang Tran on 2023/09/25 16:27
Rendered document content
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
\clientList.csv” Misc Public (CheckBox) - If you check it, the data of this activity will be shown in the log
Raw document content
** == * **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 to be written in the CSV file

Read Range

Last modified by Giang Tran on 2022/05/13 06:53
Rendered document content
(DataTable) - Stores the data extracted from the specified Excel range in a data table variable. Only data
” Sheet name (String)* - The sheet you want to read. E.g: "Sheet1" Range - Range of the data. If it isn’t
)- The sheet you want to read. E.g: "Sheet1" Range - Range of the data. If it isn’t specified, the whole
Raw document content
range in a data table variable. Only data table variables are supported ))) {{velocity
: "Sheet1" * **Range** - Range of the data. If it isn’t specified, the whole spreadsheet will be read. E.g
want to read. E.g: "Sheet1" * **Range** - Range of the data. If it isn’t specified, the whole
RSS feed for search on [insert-data-table]
Created by admin on 2022/04/17 14:38