Search: move-file-1

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

Results 11 - 20 of 31 « previous page next page » Page 1 2 3 4

Move Directory

Last modified by Giang Tran on 2022/05/13 03:52
Rendered document content
RCA.Activities.Core.MoveDirectory Description This activity allows you to move a folder
)* - The destination where you want the folder to move to. E.g : “D:\inputfolder” Path (String)* - The path of the folder that you want to move. E.g: “C:\Users\Admin\inputfolder” Misc Display Name (String) - The name
Title
Move Directory
Location
[1] Core Activities
Move Directory
Raw document content
" %) ((( RCA.Activities.Core.MoveDirectory == **Description** == This activity allows you to move a folder to another location. [[image:image-20220513105013-1.png]] (* for Mandatory) == **Properties** == **Common** * **Continue
the folder to move to. E.g : “D:\inputfolder” * **Path (String)* **- The path of the folder that you want

[2] End User License Agreement

Located in
Last modified by admin on 2022/05/09 02:40
Rendered document content
WITH THE FOLLOWING: 1. Definition ”Authorized Partner” means any of Software’s distributors, resellers or other
of handbooks, documents, bulletins, reports, letters, drawings, computer files, print-outs, computer software
. Within one (1) month after termination of this EULA, the Licensee will furnish to Licensor a certificate
Raw document content
TO COMPLY AND ABIDE WITH THE FOLLOWING:** **~1. Definition** * **”Authorized Partner”** means any
be in the form and nature of handbooks, documents, bulletins, reports, letters, drawings, computer files, print
, the Licensee will immediately discontinue the use of the Software. Within one (1) month after termination

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

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

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 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

Copy File

Last modified by Giang Tran on 2022/05/13 03:37
Rendered document content
RCA.Core.Activities.CopyFile Description This activity allows you to copy files from a specified
. The default value is False. File Destination (String)* - The destination where you want to copy the file to. If you provide a folder path, the file is copied with the original name. You can specify the file name
Title
Copy File
Location
[1] Core Activities
Copy File
Raw document content
" %) ((( RCA.Core.Activities.CopyFile == **Description** == This activity allows you to copy files from a specified location to another. [[image:image-20220513103651-1.png]] (% class="wikigeneratedid" id="H" %) (* for Mandatory
is False. **File** * **Destination (String)*** - The destination where you want to copy the file

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

Excel Save As Workbook

Last modified by VuNH54 on 2023/04/20 09:45
Rendered document content
as a new file. This only can be used in Excel Application Scope Activity. (* for mandatory) In the body of activity File Path (String)* - Input the full path of the file or click “…” button to choose an existed file that you want to write over it. This field accepts only strings and String variables. E.g: “C
Raw document content
" %) ((( RCA.Activities.Excel.ExcelSaveAsWorkbook == **Description** == The activity allows you to save changes as a new file. This only can be used in Excel Application Scope Activity. [[image:image-20220505135028-1.jpeg]] (* for mandatory) == **In the body of activity** == * **File Path (String)*** - Input the full path of the file or click “…” button

Export Chart

Last modified by Giang Tran on 2022/05/13 06:52
Rendered document content
or graphs from a specified Excel file as images. (* for mandatory) Properties Input Image Format (DropDownList)* - Select the file type that you want to save the exported chart/graph as. It contains 3 types
(String)* - Directory to save file. E.g: “C:\DestinationSaveFolderName\” Sheet Name (String) - The name
Raw document content
Excel file as images. (% class="wikigeneratedid" id="H" %) [[image:image-20220505134428-1.jpeg]] (* for mandatory) == **Properties** == **Input** * **Image Format (DropDownList)* **- Select the file
)* **- Directory to save file. E.g: “C:\DestinationSaveFolderName\” * **Sheet Name (String)** - The name
RSS feed for search on [move-file-1]
Created by admin on 2022/04/17 14:38