検索:output-data-table

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

72件のうち1 - 10 次のページ » ページ 1 2 3 4 5 6 7 8

Read CSV File (en)

Giang Tranが2023/09/25 16:27に最終更新
表示されるドキュメントの内容
Data Table (DataTable) - Represents the output DataTable that contains the information obtained from
of the CSV file E.g: “C:\CSVFolder\clientList.csv” 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
ドキュメントの内容のソース
, it is selected. **Output** * **Data Table (DataTable)** - Represents the output DataTable that contains
” **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 of this activity

Read Range (en)

Giang Tranが2022/05/13 06:53に最終更新
表示されるドキュメントの内容
(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
ドキュメントの内容のソース
is cleared **Output** * **DataTable (DataTable)** - Stores the data extracted from the specified Excel 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

Write CSV File (en)

Giang Tranが2023/09/25 16:27に最終更新
表示されるドキュメントの内容
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
ドキュメントの内容のソース
** == * **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

Excel Get Workbook Sheets (en)

Giang Tranが2022/05/05 06:26に最終更新
表示されるドキュメントの内容
. E.g: Get Workbook Sheets Table of Content Output Sheet (List< String >) - List of string
to public it. Remember to consider data security requirement before using it. Display Name (String
ドキュメントの内容のソース
" %) ((( Table of Content ))) {{toc depth="4" start="2"/}} ))) ))) **Output** * **Sheet (List< String
) **- Check if you want to public it. Remember to consider data security requirement before using

Excel Append Range (en)

VuNH54が2023/04/19 16:57に最終更新
表示されるドキュメントの内容
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
ドキュメントの内容のソース
" %) ((( 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

Excel Insert Columns Table (en)

VuNH54が2023/04/19 17:07に最終更新
表示されるドキュメントの内容
position in the table. (* for mandatory) In the body of activity Sheet name (String)* - The name of the sheet in the workbook where the change must be made. E.g: "Sheet1" Table name (String) - Table name you
must be made. E.g: "Sheet1" Table name (String) - Table name you want to insert. E.g: "Table1" Misc
タイトル
Excel Insert Columns Table
保存場所
Excel Insert Columns Table
ドキュメントの内容のソース
" %) ((( RCA.Activities.Excel.ExcelInsertColumnsTable == **Description** == Adds a specified column at a certain position in the table. [[image:image
)*** - The name of the sheet in the workbook where the change must be made. E.g: "Sheet1" * **Table name (String)** - Table name you want to insert. E.g: "Table1" * **Column name (String)** - Name of column you want

Append CSV File (en)

Giang Tranが2023/09/25 16:27に最終更新
表示されるドキュメントの内容
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
ドキュメントの内容のソース
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

Write Range (en)

VuNH54が2023/04/20 10:55に最終更新
表示されるドキュメントの内容
. Only string variables and strings are supported. Data Table - The data that you want to write
to start writing data. Only string variables and strings are supported. Data Table (DataTable)* - The data
RCA.Activities.Excel.WriteRange Description This activity allows you to write the data from
ドキュメントの内容のソース
and strings are supported. * **Data Table** - The data that you want to write to the specified range
which to start writing data. Only string variables and strings are supported. * **Data Table (DataTable
" %) ((( RCA.Activities.Excel.WriteRange == **Description** == This activity allows you to write the data from a DataTable variable

Append Range (en)

VuNH54が2023/04/19 16:55に最終更新
表示されるドキュメントの内容
are supported. E.g: “ClientNames” Data Table - The data to be added. This field supports only DataTable
in with "Sheet1". Only String variables and strings are supported. E.g: “ClientNames” Data Table (Datatable) * - The data to be added. This field supports only DataTable variables. Misc Public (Checkbox) - Check if you
ドキュメントの内容のソース
". Only String variables and strings are supported. E.g: “ClientNames” * **Data Table** - The data
and strings are supported. E.g: “ClientNames” * **Data Table (Datatable) *** - The data to be added
to public it. Remember to consider data security requirement before using it. * **Display Name (String

Excel Write Range (en)

VuNH54が2023/04/20 10:42に最終更新
表示されるドキュメントの内容
. E.g: “A10” Data Table - The data that you want to write to the specified range, as a DataTable variable. Only DataTable variables are supported. Properties Input Data Table (DataTable)* - The data
RCA.Activities.Excel.ExcelWriteRange Description This activity allows you to write the data from
ドキュメントの内容のソース
and strings are supported. E.g: “A10” * **Data Table** - The data that you want to write to the specified
** * **Data Table (DataTable)*** - The data that you want to write to the specified range, as a DataTable
" %) ((( RCA.Activities.Excel.ExcelWriteRange == **Description** == This activity allows you to write the data from a DataTable variable
次のページ » ページ 1 2 3 4 5 6 7 8
[output-data-table]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成