Document Default Data Loader¶
Node: documentDefaultDataLoader · Full type: @n8n/n8n-nodes-langchain.documentDefaultDataLoader · Version: 1.1
Parameters¶
| Parameter | Type | Default | Details |
|---|---|---|---|
dataType |
options | "json" | required; json, binary |
jsonMode |
options | "allInputData" | required; allInputData, expressionData |
binaryMode |
options | "allInputData" | required; allInputData, specificField |
loader |
options | "auto" | required; auto, csvLoader, docxLoader, epubLoader, jsonLoader, pdfLoader, textLoader |
jsonData |
string | "" | required |
binaryDataKey |
string | "data" | required |
textSplittingMode |
options | "simple" | required; simple, custom |
options |
collection | {} | keys: pointers, separator, column, splitPages, metadata |
options children:
| Parameter | Type | Default | Details |
|---|---|---|---|
pointers |
string | "" | |
separator |
string | "," | |
column |
string | "" | |
splitPages |
boolean | true | |
metadata |
fixedCollection | {} | groups: metadataValues |