検索:add-data-row

adminが2022/04/24 04:58に最終更新

118件のうち1 - 10 次のページ » ページ 1 2 3 4 5 6 7 8 9 ... 12

Add Data Row (en)

Nhan Nguyenが2022/05/13 02:55に最終更新
表示されるドキュメントの内容
RCA.Activities.Core.AddDataRow Description This activity allows you to add a Data Row
. Eg: Add Data Row
in the DataTable. Data row (DataRow) - The DataRow object to be added to the DataTable. If this property is set
タイトル
Add Data Row
添付ファイルの名称
add data row.jpg
保存場所
Add Data Row
Data Table
ドキュメントの内容のソース
" %) ((( RCA.Activities.Core.AddDataRow == **Description** == This activity allows you to add a Data Row to a specified DataTable
. Eg: Add Data Row ))) {{velocity}} #if ($xcontext.action != 'export') (% class="akb-toc
should map to the type of its corresponding column in the DataTable. * **Data row (DataRow

Activities (en)

adminが2022/07/01 15:31に最終更新
表示されるドキュメントの内容
Add Data Column Add Data Row Build Data Table Clear Data Table Filter Data Table For Each Row Generate Data Table Get Row Item Join Data Tables Look Up Data Table Merge Data Table Output Data Table Remove Data Column Remove Data Row Remove Duplicated Rows Sort Data Table
保存場所
Data Table
ドキュメントの内容のソース
* [[Add Data Column>>url:https://docs.akabot.com/bin/view/Activities/Data%20Table/Activities/Add%20Data%20Column/]] * [[Add Data Row>>url:https://docs.akabot.com/bin/view/Activities/Data%20Table/Activities/Add%20Data%20Row/]] * [[Build Data Table>>url:https://docs.akabot.com/bin/view/Activities/Data

Remove Data Row (en)

Nhan Nguyenが2022/05/13 03:05に最終更新
表示されるドキュメントの内容
RCA.Activities.Core.RemoveDataRow Description This activity allows you to remove a Data Row to a specified DataTable. (* is mandatory) Properties Input Data Row (DataRow)* - The DataRow object which is to be removed. Data Table (DataTable)* - The DataTable object from which the row is removed. Row Index (Int
タイトル
Remove Data Row
添付ファイルの名称
remove data row.jpg
保存場所
Remove Data Row
Data Table
ドキュメントの内容のソース
" %) ((( 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

Add Data Column (en)

Nhan Nguyenが2022/05/13 02:54に最終更新
表示されるドキュメントの内容
want to add to the specified DataTable Object. String supported only. Data Table (DataTable
to organize and structure your code better. Eg: Add Data Column Type Argument (Type) - A reference type
RCA.Activities.Core.AddDataColumn Description This activity allows you to add a DataColumn
タイトル
Add Data Column
添付ファイルの名称
add data column.jpg
保存場所
Add Data Column
Data Table
ドキュメントの内容のソース
of the activity to organize and structure your code better. **Eg**: Add Data Column * **Type Argument (Type
" %) ((( RCA.Activities.Core.AddDataColumn == **Description** == This activity allows you to add a DataColumn to a specified DataTable. [[image:add data column.jpg||class="img-thumbnail"]] (* is mandatory) == **Properties

Excel Insert Or Delete Rows (en)

Giang Tranが2022/05/13 06:19に最終更新
表示されるドキュメントの内容
) - 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
タイトル
Excel Insert Or Delete Rows
ドキュメントの内容のソース
" %) ((( 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
" == **Properties** == **Destination** * **Number of rows (Int32)** - The number of rows you wish to add

Excel Insert Rows (en)

Giang Tranが2022/05/13 06:22に最終更新
表示されるドキュメントの内容
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
(String)* - The name of the sheet that you want to insert row. E.g: “Employee Name” Number of row (Int
タイトル
Excel Insert Rows
ドキュメントの内容のソース
" %) ((( RCA.Activities.Excel.ExcelInsertRows == **Description** == This activity allows you to add more rows to insert one or more rows
of the activity** == * **Sheet name (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

[1] Release Notes (en)

保存場所
VuNH54が2023/09/08 14:41に最終更新
表示されるドキュメントの内容
-package Add Delete Column: Adds blank columns or removes existing columns from a specified sheet. Add Delete RowsAdds empty rows or removes existing rows from a specified sheet. Add New Sheets: Creates a new sheet inside a specified Google spreadsheet Append Row: Appends a row to an existing spreadsheet
ドキュメントの内容のソース
: === **1.  Sheets sub-package** === (% class="box" %) ((( * Add Delete Column: Adds blank columns or removes existing columns from a specified sheet. * Add Delete RowsAdds empty rows or removes existing rows from a specified sheet. * Add New Sheets: Creates a new sheet inside a specified Google

[3] Review Document (en)

adminが2024/01/11 18:13に最終更新
表示されるドキュメントの内容
, akaBot Vision provides users with the capability to add or remove rows in a table To insert a row, you can click "+" icon To delete a row, you can click "x" icon To add a new row at the end of the table, you can click on the "Add row" button These features enable users to easily modify the table to meet
ドキュメントの内容のソース
" icon * To add a new row at the end of the table, you can click on the "Add row" button These features
="wikigeneratedid" %) After importing the document successfully and the data extraction process is successfully
with this status in the “To review” tab in the user interface. [[image:image-20220420193327-1.png||data-xwiki

For Each Row (en)

VuNH54が2023/04/19 14:38に最終更新
表示されるドキュメントの内容
for each row in a specified DataTable variable. (* is mandatory) 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 (DataTable)* - The DataColumn object whose value is to be retrieved from
タイトル
For Each Row
添付ファイルの名称
for each row.jpg
保存場所
Data Table
For Each Row
ドキュメントの内容のソース
) == **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
" %) ((( RCA.Activities.Core.ForEachRow == **Description** == This activity allows you to execute an action once for each row

Generate Data Table (en)

Nhan Nguyenが2022/05/13 03:00に最終更新
表示されるドキュメントの内容
the structured text. This activity enables you to select column and row separators according to which the table
the input data as a CSV. This field only supports Boolean values (True, False). The default value is False
separator. This field supports only String variables. Input Input (String)* - The field that you add
タイトル
Generate Data Table
添付ファイルの名称
generate data table.jpg
保存場所
Data Table
Generate Data Table
ドキュメントの内容のソース
(String)*** - The field that you add unstructured data to convert into a table. Only String are supported
. This activity enables you to select column and row separators according to which the table is generated. [[[[image:generate data table.jpg||class="img-thumbnail"]]>>attach:generate data table.jpg]] (* is mandatory
次のページ » ページ 1 2 3 4 5 6 7 8 9 ... 12
[add-data-row]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成