Reverse
yaml
type: "io.kestra.plugin.core.storage.Reverse"
Reserve a file from the Kestra's internal storage, last line first.
Examples
yaml
id: "reverse"
type: "io.kestra.plugin.core.storage.Reverse"
from: "kestra://long/url/file1.txt"
Properties
from
- Type: string
- Dynamic: ✔️
- Required: ✔️
The file to be split.
charset
- Type: string
- Dynamic: ✔️
- Required: ❌
- Default:
UTF-8
The name of a supported charset
separator
- Type: string
- Dynamic: ✔️
- Required: ❌
- Default:
The separator used to join the file into chunks. By default, it's a newline \n
character. If you are on Windows, you might want to use \r\n
instead.
Outputs
uri
- Type: string
- Required: ❌
- Format:
uri
The URIs of reverse files in the Kestra's internal storage.
Definitions
Was this page helpful?