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.
Parameter | Type | Required | Position | Default Value | Example | Requirements | Summary |
---|---|---|---|---|---|---|---|
FilePath ConcordanceFile | string | ✔ | 1 | C:/MyConcordance.dat | The path of the concordance file to import. | ||
Container ToContainer FolderName | string | ✔ | 2 | The name of the evidence container to add the concordance file to. | |||
ConcordanceProfileName | string | ✔ | 3 | MyProfile | The name of the concordance profile to use. | ||
CasePath Directory | string | Use the current open case | C:/Cases/MyCase | The 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 | string | yyyy-MM-dd'T'HH:mm:ss.SSSZ | The concordance date format to use. | ||||
ContainerEncoding Encoding | string | Default system encoding | UTF-8 | Set the encoding for the evidence container. | |||
ContainerLocale Locale | string | Default system locale | en-GB | Version 7.2 | Set the locale for the evidence container. | ||
ContainerTimeZone TimeZone | string | Default system time zone | UTC | Set 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 | string | No custodian assigned | The custodian to assign to the new evidence container. | ||||
CustomMetadata | entity | No custom metadata will be added | Sets additional metadata on the evidence container. | ||||
Description ContainerDescription | string | No Description | The description of the evidence container. | ||||
OpticonPath OpticonFile | string | No opticon file will be processed | Path 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. | ||||
ProgressInterval | int | Every 5000 items | The number of items at which the Nuix processor logs a progress message. |