FILE TO TEXT WORKER¶
Reads an uploaded file attachment and extracts its full content as plain text. Use this worker whenever downstream steps require raw text from a stored file (e.g., before feeding content to an LLM or text-parsing node).
When to use¶
Tagged: attachment, convert, extraction, file, files, text.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Attachment ID | file_id | file | — | ✓ | Platform attachment ID of the file to convert; must reference a valid uploaded file accessible within the current project context. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Attachment Content | attachment_content | text | Full plain-text content extracted from the file; encoding is UTF-8 and whitespace/line breaks are preserved as found in the source document. |
Disciplines¶
- ai_ml.llm
- data.io.file
Auto-generated from platform schema. Worker id: file_to_text. Schema hash: 1eabd7523151. Hand-curated docs in workerexamples/ override this page when present.