Skip to content

Releases: Nuix/Export-Profile-Plus

Version 1.34.0

13 Jul 22:13
Compare
Choose a tag to compare

Select Production Set Descendant DOCIDs

Similar to Select Production Set DOCIDs, but instead of listing the DOCID of the given item for the selected production sets, it lists the descendant item's DOCIDs in the selected production sets.

Version 1.33.0

28 May 21:00
Compare
Choose a tag to compare

Concatenated Custom Metadata, which concatenates profile field values into a single custom metadata field, now allows you to specify the delimiter used when values are concatenated together. Supports using a blank value as the delimiter.

image

Version 1.32.0

25 Mar 22:26
Compare
Choose a tag to compare

Updated Nx.jar to latest version

Version 1.31.0

01 Dec 16:48
Compare
Choose a tag to compare

Added field "Decryption Password"

This field uses Item.revealDecryptionPassword to yield the password Nuix used to decrypt a given item, if there is one for the given item.

Version 1.30.0

22 Sep 21:49
Compare
Choose a tag to compare
  • Messages logged to progress dialog should now show up in Nuix logs as well.
  • If a given column takes more than 2 seconds to calculate its value for a single item, a notice will be logged that the given column is behaving slowly like so: NOTICE OF SLOW COLUMN: 'Duplicate Custodians and Paths' took 20.829 seconds for a single item just now (further notices for this column will not be logged). This will only be reported the first time that column takes more than 2 seconds for any single item. This is not intended to warn that something is going wrong, but to instead inform as to why the script may be running slowly on a given run.

Version 1.29.2

23 Jul 23:47
Compare
Choose a tag to compare

Script no longer relies on built in "Needs Selected Items" as some people were reporting some version of Nuix incorrectly greying out the script menu entry even though items were actually selected in the GUI. The script now checks whether items are selected as the script starts. If no items were selected when the script is ran then the following dialog is shown and the script exits:

image

Version 1.29.1

13 Jul 22:03
Compare
Choose a tag to compare

Small Update

Script should no longer ask user to confirm "You have no additional fields selected, are you sure you want to proceed?". This confirmation is a bit of a left over from the original sole purpose of the script. It is now used for more things beyond that original purpose and this message appears to be more confusing that helpful now, so I have removed it.

Version 1.29.0

08 Jun 21:42
7285d5e
Compare
Choose a tag to compare

Field "Irregular Category" Updated with Backwards Compatibility

Version 1.28.1

01 Jun 20:29
Compare
Choose a tag to compare

Removed usage of transform_values to keep the script more backwards compatible as some prior versions of Nuix have older JRuby which does not have this method.

Version 1.28.0

07 May 20:28
af32ec4
Compare
Choose a tag to compare

New field:

  • Content Term Occurrences Per Page: Yields the number of words per page. Uses 'Content Term Occurrences Per Page' for the word count, if available as custom metadata.

Internal Implementation Detail

Custom script fields' code can now customize order custom script fields are evaluated without altering order they appear in output. By overriding method dependencies in a custom script field to return a non-zero value (0 being the default), a given field can be made to evaluate its value after other fields. This allows for a field to use a value previously calculated by another field when available.

This functionality is taken advantage of by the new Content Term Occurrences Per Page script field.