GET TEXT FROM BLOB IN DATABASE

Retrieves the text content stored in a database blob record by its unique identifier. Use this worker when you need to read back a previously saved text blob from the platform’s blob storage into a workflow.

When to use

Classification: process.

Tagged: blob, database, retrieval, storage, text.

Inputs

Label ID Type Default Required Description
Blob Id blob_id remote_lookup The unique identifier of the blob record to retrieve; select from the remote lookup list of available blobs in /apig/userg/blobs — required to locate the correct text entry in the database.

Outputs

Label ID Type Description
text_get_from_blob_output_1 text_get_from_blob_output_1 scalar The raw text content extracted from the specified blob record, returned as a scalar string.

Disciplines

  • data.io.file
  • data.io.sql

Auto-generated from transformation schema. Worker id: text_get_from_blob. Schema hash: f1410b1e1132. Hand-curated docs in workerexamples/ override this page when present.