Reverse a file from Kestra's internal storage, last line first.

yaml
type: "io.kestra.plugin.core.storage.Reverse"
yaml
id: "reverse"
type: "io.kestra.plugin.core.storage.Reverse"
from: "kestra://long/url/file1.txt"
Properties

The file to be split.

Default UTF-8

The name of a supported charset

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.

Format uri

The URIs of reverse files in the Kestra's internal storage.