> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.meetgail.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.meetgail.com/_mcp/server.

# Files & Documents

> Nodes that create, read, split, and fill files as a workflow runs.

Files & Documents nodes let a workflow work with files the way people do: build
a spreadsheet or text file, read one that came in, break a large import into
manageable pieces, or fill out a PDF form. The files they produce can be emailed,
uploaded, or handed to the next step, so a run can turn raw data into a finished
document without anyone touching a keyboard.

#### [Create Text File](/platform/workflows/node-reference/files-and-documents/create-text-file)

Build a text or binary file from content you supply and pass it downstream.

#### [Create CSV](/platform/workflows/node-reference/files-and-documents/create-csv)

Turn a list of records into a spreadsheet file, choosing columns and headers.

#### [Parse CSV](/platform/workflows/node-reference/files-and-documents/parse-csv)

Read a spreadsheet file into rows your workflow can loop over and act on.

#### [Slice CSV](/platform/workflows/node-reference/files-and-documents/slice-csv)

Break a file too large to read at once into smaller pieces for processing.

#### [Fill PDF Form](/platform/workflows/node-reference/files-and-documents/fill-pdf-form)

Fill a fillable PDF, such as an ACORD form, from data your workflow gathered.