Import Entities from Nuix
This example will export entities from a Nuix Case and import them into a Relativity Workspace.
Setup​
- Instructions on how to install and setup Sequence and the Sequence Connector for Relativity®.
- Instructions on how to install and setup Sequence and the Nuix Connector.
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>