Skip to main content
Version: 2.11

Get File Content

Get the text or Base64 content of a file

Description

Get the file content, as a plain string for MIME types text/* and application/json. For other MIME types, a string encoded in Base64 is returned.

Inputs

  • Control Flow (Control Flow)
  • file (File): The file to be read.

Outputs

  • Control Flow (Control Flow)
  • content (String): The text or Base64 content of the file.
  • Error Flow (Error Flow): Propagate an error if an issue occurs while getting the binary content