Search: copy-file-1

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

Results 51 - 60 of 126 « previous page next page » Page 1 2 3 4 5 6 7 8 9 10 ... 13

Download File

Last modified by Nga Nguyen on 2022/05/16 03:28
Rendered document content
to download file. (*For mandatory) In the body of activity Id of File To Download (String)* - The ID of the file that you want to download. This property supports String variables and string formatted values. Properties Input FileID (String)* - The ID of the file that you want to download. This property supports
Title
Download File
Location
Download File
Raw document content
" %) ((( RCA.Activities.GSuite.DownloadFile == **Description** == This activity is specified for Google Drive to download file. [[image:image-20220505155459-1.png]] (*For mandatory) == **In the body of activity** == * **Id of File To Download (String)*** - The ID of the file that you want to download. This property supports String

Read CSV File

Last modified by Giang Tran on 2023/09/25 16:27
Rendered document content
a specified 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. Properties File File Path (String)* - The file path of the CSV file E.g: “C:\CSVFolder\clientList.csv” Misc Public (CheckBox) - If you check it, the data
Title
Read CSV File
Location
Read CSV File
Raw document content
" %) ((( RCA.Activities.CSV.ReadCSVFile == **Description** == This activity allows you to read all entries from a specified CSV File. [[image:image-20220505105117-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. == **Properties

Find File Folder

Last modified by Nga Nguyen on 2022/05/16 03:28
Rendered document content
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
Title
Find File Folder
Location
Find File Folder
Raw document content
" %) ((( 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

Append CSV File

Last modified by Giang Tran on 2023/09/25 16:27
Rendered document content
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
Title
Append CSV File
Location
Append CSV File
Raw document content
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

Get File Permission

Last modified by Nga Nguyen on 2022/05/16 03:29
Rendered document content
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
Title
Get File Permission
Location
Get File Permission
Raw document content
" %) ((( 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

Upload File

Last modified by Nga Nguyen on 2022/05/16 03:36
Rendered document content
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
Title
Upload File
Location
Upload File
Raw document content
" %) ((( 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 Info

Last modified by Nga Nguyen on 2022/05/16 03:29
Rendered document content
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
Title
Get File Info
Location
Get File Info
Raw document content
" %) ((( 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

Write CSV File

Last modified by Giang Tran on 2023/09/25 16:27
Rendered document content
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
Title
Write CSV File
Location
Write CSV File
Raw document content
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

Append Line

Last modified by DatPT on 2023/04/14 13:59
Rendered document content
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
Location
[1] Core Activities
Raw document content
" %) ((( 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

Read Text File

Last modified by DatPT on 2023/04/17 09:56
Rendered document content
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
Title
Read Text File
Location
[1] Core Activities
Read Text File
Raw document content
" %) ((( 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
RSS feed for search on [copy-file-1]
Created by admin on 2022/04/17 14:38