Search: remove-data-row

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

Results 1 - 10 of 32 next page » Page 1 2 3 4

Remove Data Row

Last modified by Nhan Nguyen on 2022/05/13 03:05
Rendered document content
RCA.Activities.Core.RemoveDataRow Description This activity allows you to remove a Data Row
is to be removed. Data Table (DataTable)* - The DataTable object from which the row is removed. Row Index (Int
can edit the name of the activity to organize and structure your code better. Eg: Remove data row.
Title
Remove Data Row
Attachment name
remove data row.jpg
Location
Remove Data Row
Data Table
Raw document content
" %) ((( RCA.Activities.Core.RemoveDataRow == **Description** == This activity allows you to remove a Data Row to a specified
** * **Data Row (DataRow)*** - The DataRow object which is to be removed. * **Data Table (DataTable
edit the name of the activity to organize and structure your code better. Eg: Remove data row

Remove Duplicated Rows

Last modified by Nhan Nguyen on 2022/05/13 03:06
Rendered document content
RCA.Activities.Core.RemoveDuplicatedRows Description This activity allows you to remove duplicate rows in the data table. (* is mandatory) Properties Input Data Table (DataTable
Rows. Output Output Data Table(DataTable) - The column value from the specified DataRow.
Title
Remove Duplicated Rows
Attachment name
remove duplicate rows.jpg
Location
Data Table
Remove Duplicated Rows
Raw document content
" %) ((( RCA.Activities.Core.RemoveDuplicatedRows == **Description** == This activity allows you to remove duplicate rows in the data table
of the activity to organize and structure your code better. **Eg**: Remove Duplicated Rows. **Output
** == **Input** * **Data Table (DataTable)* **- The data table you want to check. **Misc** * **Public

Remove Data Column

Last modified by Nhan Nguyen on 2022/05/13 03:04
Rendered document content
RCA.Activities.Core.RemoveDataColumn Description This activity allows you to remove a Data
is to be removed. Misc Public (Checkbox) - Check if you want to publicize it. Remember to consider data security
of the activity to organize and structure your code better. Eg: “Remove Data Column”
Title
Remove Data Column
Attachment name
remove data column.jpg
Location
Remove Data Column
Data Table
Raw document content
" %) ((( RCA.Activities.Core.RemoveDataColumn == **Description** == This activity allows you to remove a Data Column to a specified
Number”. * **Data table (DataTable)*** - The DataTable object from which the column is to be removed
edit the name of the activity to organize and structure your code better. Eg: “Remove Data Column

Add Data Row

Last modified by Nhan Nguyen on 2022/05/13 02:55
Rendered document content
RCA.Activities.Core.AddDataRow Description This activity allows you to add a Data Row
in the DataTable. Data row (DataRow) - The DataRow object to be added to the DataTable. If this property is set
. Eg: Add Data Row
Title
Add Data Row
Attachment name
add data row.jpg
Location
Add Data Row
Data Table
Raw document content
" %) ((( RCA.Activities.Core.AddDataRow == **Description** == This activity allows you to add a Data Row to a specified DataTable
should map to the type of its corresponding column in the DataTable. * **Data row (DataRow
. Eg: Add Data Row ))) {{velocity}} #if ($xcontext.action != 'export') (% class="akb-toc

Excel Insert Or Delete Rows

Last modified by Giang Tran on 2022/05/13 06:19
Rendered document content
) - The number of rows you wish to add or remove. E.g: 1 Position (Int32) - The row where the insertion
) - The number of rows you wish to add or remove. E.g: 1 Row Position (Int32) - The row where the insertion
whether the activity adds or removes rows. ・Add: Add rows to the document. ・Delete: Remove rows from
Title
Excel Insert Or Delete Rows
Raw document content
" %) ((( RCA.Activities.Excel.ExcelInsertOrDeleteRows == **Description** == Adds or removes a specified number of rows at a certain position
of row (Int32)** - The number of rows you wish to add or remove. E.g: 1 * **Position (Int32)** - The row where the insertion or removal begins. By default, this is filled in with 1. E.g: 2 * **Sheet

Excel Remove Duplicates Range

Last modified by Giang Tran on 2022/05/13 06:24
Rendered document content
) - The range from which you want to remove duplicate rows. E.g: "A1:H5" Properties Input Range (String) - The range from which you want to remove duplicate rows. E.g: "A1:H5" Sheet name (String)* - The name
RCA.Activities.Excel.ExcelRemoveDuplicatesRange Description Deletes all the rows
Title
Excel Remove Duplicates Range
Location
Excel Remove Duplicates Range
Raw document content
" * **Range (String)** - The range from which you want to remove duplicate rows. E.g: "A1:H5" == **Properties** == **Input** * **Range (String)** - The range from which you want to remove duplicate rows
" %) ((( RCA.Activities.Excel.ExcelRemoveDuplicatesRange == **Description** == Deletes all the rows that are duplicated in a specified range

Filter Data Table

Last modified by VuNH54 on 2023/04/19 14:34
Rendered document content
Options Filter Rows Mode - Specifies whether to filter the table by keeping or removing the target rows
variable by specifying conditions in the Filter Wizard window. The activity can keep or delete rows
. (* is mandatory) In the body of activity Filter Wizard - Set filter for rows, set output columns Properties
Title
Filter Data Table
Attachment name
filter data table.jpg
Location
Data Table
Raw document content
Mode** - Specifies whether to filter the table by keeping or removing the target rows. * **Select
conditions in the Filter Wizard window. The activity can keep or delete rows or columns according
button so that you can access the wizard and customize your settings at any time. [[[[image:filter data

Excel Read Row

Last modified by VuNH54 on 2023/04/20 11:24
Rendered document content
. E.g: "Sheet1" Starting Cell - The cell from which to start extracting the row data. By default
: "Sheet1" Starting Cell (String)* - The cell from which to start extracting the row data. By default
of an Excel row beginning from the cell specified in the StartingCell field: and stores it in an lEnumerable
Title
Excel Read Row
Location
Excel Read Row
Raw document content
from which to start extracting the row data. By default, this is filled in with "A1". E.g: "A1
" * **Starting Cell (String)*** - The cell from which to start extracting the row data. By default
the values of an Excel row beginning from the cell specified in the StartingCell field: and stores

Excel Read Range

Last modified by VuNH54 on 2023/04/20 09:37
Rendered document content
" Range (String) - The range from which you want to remove duplicate rows. E.g: "A1:H5" Properties Input
to consider data security requirement before using it. Display Name (String) - The name of this activity. You
Raw document content
: "Sheet1" * **Range (String)** - The range from which you want to remove duplicate rows. E.g: "A1:H5
) **- Check if you want to public it. Remember to consider data security requirement before using

Read Row

Last modified by Giang Tran on 2022/05/13 06:53
Rendered document content
(String)* - The cell from which to start extracting the row data. By default, this is filled in with "A1
" Starting Cell (String)* - The cell from which to start extracting the row data. By default, this is filled
RCA.Activities.Excel.ReadRow Description Reads the values from a row beginning with the cell
Title
Read Row
Location
Read Row
Raw document content
extracting the row data. By default, this is filled in with "A1". E.g: "A1" == **Properties
(String)*** - The cell from which to start extracting the row data. By default, this is filled in with "A1
" %) ((( RCA.Activities.Excel.ReadRow == **Description** == Reads the values from a row beginning with the cell specified
next page » Page 1 2 3 4
RSS feed for search on [remove-data-row]
Created by admin on 2022/04/17 14:38