Skip to main content
Version: v0.18.0

Import Entities from Nuix

This example will export entities from a Nuix Case and import them into a Relativity Workspace.

Setup​

You will also need to create a .kwe file to map the properties. To find out how to do this look at Relativity Import Concordance.

SCL​

Download the SCL here: relativity-import-from-nuix.scl

To run:

PS > ./sequence.exe run relativity-import-from-nuix.scl
- <NuixCasePath>        = 'c:/MyCase'
- <ProductionSet> = 'MyProductionSet'
- <ExportPath> = 'c:/MyCaseExport'
- <RelativityWorkspace> = 'My Workspace'
- <SettingsFilePath> = 'c:/settingsFile.kwe'

- NuixExportConcordance
CasePath: <NuixCasePath>
ExportPath: <ExportPath>
ProductionSet: <ProductionSet>
TraversalStrategy: ExportTraversalStrategy.Items
ExportOptions: (
native: (path: 'NATIVE' naming: 'document_id')
text: (path: 'TEXT' naming: 'document_id')
)

- RelativityImport
FilePath: (PathCombine [<ExportPath>, 'loadfile.dat'])
SettingsFilePath: <SettingsFilePath>
FileImportType: FileImportType.Object
Workspace: <RelativityWorkspace>