検索:copy-file-1

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

110件のうち51 - 60 « 前のページ 次のページ » ページ 1 2 3 4 5 6 7 8 9 10 11

Write Text File (en)

DatPTが2023/04/17 10:01に最終更新
表示されるドキュメントの内容
text into a file. If the file already exists, the pre-existing text is overwritten. If the file does not exist, it is created. (* for Mandatory) In the body of activity File name (String)* - The path of the file. If the path is not full, the file is searched in the project folder. E.g: "C:\Users\Admin\Desktop
タイトル
Write Text File
保存場所
[1] Core Activities
Write Text File
ドキュメントの内容のソース
. Core.Activities.WriteTextFile == **Description** == This activity allows you to write the specified text into a file. If the file already exists, the pre-existing text is overwritten. If the file does not exist, it is created. [[image:image-20220513111351-1.png]] (* for Mandatory) == **In the body of activity** == * **File name

Select File (en)

DatPTが2023/04/12 17:41に最終更新
表示されるドキュメントの内容
a file and returns full path of the selected file. Properties Input Filter (String) – Used to specify the type of file you want to select. This filter should contain a description of the filter and followed by a vertical bar (|) and the filter pattern. If you want to select multiple file types, separate
タイトル
Select File
保存場所
[1] Core Activities
Select File
ドキュメントの内容のソース
" %) ((( RCA.Activities.Core.SelectFile == **Description** == This activity opens a dialog, allows you to select a file and returns full path of the selected file. [[image:image-20220505093334-1.jpeg]] == **Properties** == **Input** * **Filter (String) **– Used to specify the type of file you want to select. This filter should contain

Read Text File (en)

DatPTが2023/04/17 09:56に最終更新
表示されるドキュメントの内容
a specified file and store it in a String variable. (* for Mandatory) In the body of activity File name (String)* - The path of the file. If the path is not full, the file is created in the project folder. E.g: "C:\Users\Admin\Desktop\inputfile.xlsx" or “inputfile.xlsx” Properties File Encoding (String
タイトル
Read Text File
保存場所
[1] Core Activities
Read Text File
ドキュメントの内容のソース
" %) ((( RCA.Activities.Core.ReadTextFile == **Description** == This activity allows you to read all characters from a specified file and store it in a String variable. [[image:image-20220513110137-1.png]] (* for Mandatory) == **In the body of activity** == * **File name (String)*** - The path of the file. If the path is not full

Append Line (en)

DatPTが2023/04/14 13:59に最終更新
表示されるドキュメントの内容
string to a file, creating the file if it does not already exist. (* for Mandatory) In the body of activity File name (String)* - The path of the file to append the line to, if the file is not created, create a new file and write line content to it. If the path is not full, the file will be searched
保存場所
[1] Core Activities
ドキュメントの内容のソース
" %) ((( RCA.Core.Activities.AppendLine == **Description** == This activity allows you to append the specified string to a file, creating the file if it does not already exist. [[image:image-20220513103343-1.png]] (* for Mandatory) == **In the body of activity** == * **File name (String)*** - The path of the file to append the line

Write CSV File (en)

Giang Tranが2023/09/25 16:27に最終更新
表示されるドキュメントの内容
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
タイトル
Write CSV File
保存場所
Write CSV File
ドキュメントの内容のソース
File. [[image:image-20220505104922-1.jpeg]] (* 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

Get File Info (en)

Nga Nguyenが2022/05/16 03:29に最終更新
表示されるドキュメントの内容
about a file, including its name, size, and type. (*For mandatory) In the body of activity ID of file whose info to get (String)* - The ID of the file that you want to get information from. String variables and String are supported. Properties Input FileID (String)* - The ID of the file that you want
タイトル
Get File Info
保存場所
Get File Info
ドキュメントの内容のソース
" %) ((( RCA.Activities.GSuite.GetFileInfo == **Description** == This activity allows you to return information about a file, including its name, size, and type. [[image:image-20220505155834-1.png]] (*For mandatory) == **In the body of activity** == * **ID of file whose info to get (String)*** - The ID of the file that you

Upload File (en)

Nga Nguyenが2022/05/16 03:36に最終更新
表示されるドキュメントの内容
to upload file. (*For mandatory) In the body of activity Load File Path (String)* - File path which document would be uploaded. E.g: “D:\file.txt” Properties Input Local File Path (String)* - File path
where you want to upload the file. This property supports String variables and string formatted values
タイトル
Upload File
保存場所
Upload File
ドキュメントの内容のソース
" %) ((( RCA.Activities.GSuite.UploadFile == **Description** == This activity is specified for Google Drive to upload file. [[image:image-20220505160610-1.png]] (*For mandatory) == **In the body of activity** == * **Load File Path (String)*** - File path which document would be uploaded. E.g: “D:\file.txt” == **Properties** == **Input

Get File Permission (en)

Nga Nguyenが2022/05/16 03:29に最終更新
表示されるドキュメントの内容
for a specified file if requested. (*For mandatory) In the body of activity Id of file whose permissions to retrieve (String)* - ID of file requested to get permission. String variables and String are supported. Properties Input File ID (String)* - ID of file requested to get permission. String variables and String
タイトル
Get File Permission
保存場所
Get File Permission
ドキュメントの内容のソース
" %) ((( RCA.Activities.GSuite.GetFilePermission == **Description** == This activity allows getting permission for a specified file if requested. [[image:image-20220505160123-1.png]] (*For mandatory) == **In the body of activity** == * **Id of file whose permissions to retrieve (String)*** - ID of file requested to get permission. String

Append CSV File (en)

Giang Tranが2023/09/25 16:27に最終更新
表示されるドキュメントの内容
DataTable to a CSV file, creating the file if it does not already exist. (* 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) - The data table you want to append. Properties File File Path (String)* - The file path
タイトル
Append CSV File
保存場所
Append CSV File
ドキュメントの内容のソース
file, creating the file if it does not already exist. [[image:image-20220505104655-1.jpeg]] (* is mandatory) == **In the body of activity** == * **File path (String)** - You can add the file path
. == **Properties** == **File** * **File Path (String)*** - The file path of the CSV file E.g: “C:\CSVFolder

Find File Folder (en)

Nga Nguyenが2022/05/16 03:28に最終更新
表示されるドキュメントの内容
RCA.Activities.GSuite.FindFileFolder Description This activity allows you to look for file or folder located on Google Drive. Then return file information including: name, size, and ID
(Int32) - Specifies the maximum number of files that you want to return. String variables and String
タイトル
Find File Folder
保存場所
Find File Folder
ドキュメントの内容のソース
" %) ((( RCA.Activities.GSuite.FindFileFolder == **Description** == This activity allows you to look for file or folder located on Google Drive. Then return file information including: name, size, and ID. [[image:image-20220505155537-1.png
.'" == **Properties** == **Input** * ((( **MaxResults (Int32)** - Specifies the maximum number of files
[copy-file-1]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成