NuixAddConcordance | Adds data from a Concordance file to a NUIX case. |
NuixAddItem | Adds a file or directory to a Nuix Case. |
NuixAddToItemSet | Run a search query in Nuix and add all items found to an item set. Will create a new item set if one doesn't already exist. |
NuixAddToProductionSet | Run a search query in Nuix and add all items found to a production set. Will create a new production set if one with the given name does not already exist. |
NuixAnnotateDocumentIdList | Annotates a document ID list to add production set names to it. |
NuixAssertPrintPreviewState | Checks the print preview state of the production set. |
NuixAssignCustodian | Run a search query on a nuix case and assign found items to a custodian. |
NuixCloseConnection | Close the connection to nuix. Also closes all cases |
NuixCountItems | Returns the number of items matching a particular search term |
NuixCreateCase | Creates a new case and opens it. |
NuixCreateIrregularItemsReport | Creates a list of all irregular items in a case. The report is in CSV format. The headers are 'Reason', 'Path' and 'Guid' Reasons include 'NonSearchablePDF','BadExtension','Unrecognised','Unsupported','TextNotIndexed','ImagesNotProcessed','Poisoned','Record','UnrecognisedDeleted','NeedManualExamination', and 'CodeTextFiles' Use this inside a WriteFile step to write it to a file. |
NuixCreateNRTReport | Create a case report using an NRT file. |
NuixCreateReport | Creates a report for a Nuix case. The report is in csv format. The headers are 'Custodian', 'Type', 'Value', and 'Count'. The different types are: 'Kind', 'Type', 'Tag', and 'Address'. Use this inside a WriteFile step to write it to a file. |
NuixCreateTermList | Creates a list of all terms appearing in the case and their frequencies. The report is in CSV format. The headers are 'Term' and 'Count' Use this inside a WriteFile step to write it to a file. |
NuixDoesCaseExist | Returns whether or not a case exists. |
NuixExcludeDecryptedItems | Excludes password protected items once they have been decrypted. This only excludes encrypted original items that have a decrypted child with the same name. |
NuixExportConcordance | Exports a production set in Concorfance format |
NuixExtractEntities | Extract Entities from a Nuix Case. |
NuixGeneratePrintPreviews | Generates print previews for items in a production set. |
NuixGetAuditedSize | Calculate the total audited size for a case. For this to work, the case material needs to have been ingested with the calculateAuditedSize=true processing setting. Nuix uses 1000 base for kb/mb/gb, not 1024. |
NuixGetCaseDetails | Returns an Entity with information about the current case. Includes Name, Description, GUID, Investigator, InvestigationTimeZone, Users, Custodians, Tags, Languages, Location (path), and if available the earliest and latest dates. |
NuixGetItemProperties | A step that the searches a case for items and outputs the values of item properties. The report is in CSV format. The headers are 'Key', 'Value', 'Path' and 'Guid' Use this inside a WriteFile step to write it to a file. |
NuixGetLicenseDetails | Returns an Entity with information about the Nuix license currently in use. Includes license type, description, exprity, number of available workers, and the available features. The features list can be used when configuring the Nuix Connector. |
NuixGetVersion | Returns the Nuix version |
NuixImportDocumentIds | Imports the given document IDs into this production set. Only works if this production set has imported numbering. |
NuixMigrateCase | Migrates a case to the latest version if necessary. |
NuixOpenCase | Migrates a case to the latest version if necessary. |
NuixOpenConnection | Open the connection to nuix. Does not open the case. |
NuixPerformOCR | Performs optical character recognition on items in a NUIX case. |
NuixRemoveFromItemSet | Removes particular items from a Nuix item set. |
NuixRemoveFromProductionSet | Removes particular items from a Nuix production set. |
NuixReorderProductionSet | Reorders and renumbers the items in a production set. |
NuixSearchAndExclude | Run a search query in Nuix and exclude all items found. |
NuixSearchAndTag | Searches a NUIX case with a particular search string and tags all files it finds. |
NuixRunScript | Run an arbitrary ruby script in nuix. It should return a string. |