Skip to main content
Version: v0.19.0-alpha 🚧

NuixAddConcordance

Alias:NuixAddConcordance, NuixImportConcordance

Output:Unit

Requires Nuix.Version 7.6

Requires Nuix.Features: CASE_CREATION, METADATA_IMPORT

Adds data from a Concordance file to a NUIX case.

ParameterTypeRequiredPositionDefault ValueExampleRequirementsSummary
FilePath
ConcordanceFile
string✔1C:/MyConcordance.datThe path of the concordance file to import.
Container
ToContainer
FolderName
string✔2The name of the evidence container to add the concordance file to.
ConcordanceProfileNamestring✔3MyProfileThe name of the concordance profile to use.
CasePath
Directory
stringUse the current open caseC:/Cases/MyCaseThe case path to use. If this is set, that case will be opened. If it is not set, the existing case will be used. If it is not set and no existing case is open this will result in an error.
ConcordanceDateFormat
DateFormat
stringyyyy-MM-dd'T'HH:mm:ss.SSSZThe concordance date format to use.
ContainerEncoding
Encoding
stringDefault system encodingUTF-8Set the encoding for the evidence container.
ContainerLocale
Locale
stringDefault system localeen-GBVersion 7.2Set the locale for the evidence container.
ContainerTimeZone
TimeZone
stringDefault system time zoneUTCSet the time zone for the evidence container. If the time zone given is not known to Nuix, the GMT time zone will be used.
Custodian
ContainerCustodian
stringNo custodian assignedThe custodian to assign to the new evidence container.
CustomMetadataentityNo custom metadata will be addedSets additional metadata on the evidence container.
Description
ContainerDescription
stringNo DescriptionThe description of the evidence container.
OpticonPath
OpticonFile
stringNo opticon file will be processedPath to the opticon file
ProcessingSettings
Settings
entity(create_thumbnails: false, additional_digests: ['SHA-1'])Sets the processing settings to use. These settings correspond to the same settings in the desktop application, however the user's preferences are not used to derive the defaults.
ProgressIntervalintEvery 5000 itemsThe number of items at which the Nuix processor logs a progress message.