Search: move-file-1

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

Results 71 - 80 of 137 « previous page next page » Page 1 ... 4 5 6 7 8 9 10 11 12 ... 14

Write Text File

Last modified by DatPT on 2023/04/17 10:01
Rendered document content
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
Title
Write Text File
Location
[1] Core Activities
Write Text File
Raw document content
. 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

Last modified by DatPT on 2023/04/12 17:41
Rendered document content
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
Title
Select File
Location
[1] Core Activities
Select File
Raw document content
" %) ((( 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

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

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

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

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

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

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

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
« previous page next page » Page 1 ... 4 5 6 7 8 9 10 11 12 ... 14
RSS feed for search on [move-file-1]
Created by admin on 2022/04/17 14:38