Skip to main content
Version: v0.18.0

RelativityExport

Alias:RelativityExport

Output:Array<T>

ParameterTypeRequiredPositionDefault ValueExampleSummary
Workspaceint or string✔1The Workspace to export from. You can provide either the Artifact Id or the name
BatchSizeint10The batch size to use when retrieving entities.
ConditionstringNo condition'Extracted Text' ISSETThe condition that documents must meet to be exported
FieldNamesarray<string>✔Names of fields to export

Examples​

SCL​

RelativityExport Workspace: 12345 Condition: "'Extracted Text' ISSET " FieldNames: ["Field1", "Field2"] BatchSize: 10

Expected Output​

[(Field1: "Hello" Field2: "World" NativeFile: "Native File Text")]