Write file
Description
Creates a new file at the input file path with the input file name and outputs the new file path and content
Input Ports
| Name | dataType | sourceType | required | description |
|---|---|---|---|---|
| File name | text | link-manual | true | The name of the file you want to create |
| File path | text | link-manual | true | The path to the file that you want to write to or create |
| File content | long-text | link-manual | true | The content written to the file |
Scenarios
- The user wants to rename a
folder - The user wants to rename a
file
Use case
Inputs
- File name:
mycsc.csv - File path:
D:\ - File content:
any, content, will, work
Experienced tips
- If you do not specify the
File name, the process will stop and provide you with the following error.File name is required - If you do not specify the
File path, the process will stop and provide you with the following error.File path is required
Search Tags
Write content to a file Create file from long-text