Write to File
Writes text or binary content to a file
Processing
The step writes a text value into a file.
Settings
Name | Type | Description |
---|---|---|
Filesystem |
dict |
The filesystem to use. Evaluated for each input row |
File |
string |
The file to write to Evaluated for each input row |
Write Mode |
string |
What to write to the file:
Evaluated for each row |
Charset |
string |
The character encoding of the file Evaluated for each row |
Content |
string |
The text content to write to the file Evaluated for each row |
If file exists |
string |
When the file already exists:
Evaluated for each row |
Results
The step generates no results.