Skip to content

Releases: Nuix/SuperUtilities

Version 1.18.0

11 Dec 18:08
Compare
Choose a tag to compare

CustomExporter Updates

  • In response to Issue #17, the class CustomExporter has been updated to support removing columns from load files during restructuring phase. See new method CustomExporter.setColumnRemovals.
  • Also added new method CustomExporter.setKeepOriginalDat which when set to true will move the original DAT exported by Nuix into the final directory as nuix_loadfile.dat. This is false by default, so you will only get this if you explicitly ask for it. This likely won't have much use outside of comparing Nuix's original DAT to the final modified copy, but its there if you have use for it 😄

Version 1.17.0

25 Nov 00:33
Compare
Choose a tag to compare

Version 1.16.0

10 Apr 15:27
bbeb4f9
Compare
Choose a tag to compare

Small changes to RegexScanner and related classes in further attempts to reduce memory usage.

Version 1.15.2

06 Apr 17:53
64cf2a9
Compare
Choose a tag to compare

ProfileDigester can now record generated digests as custom metadata

Version 1.15.1

24 Mar 17:31
4bc2c46
Compare
Choose a tag to compare

Small improvements to ProfileDigester

Version 1.15.0

30 Aug 21:52
Compare
Choose a tag to compare

Added class DigestList. This class provides an in-memory representation of a Nuix binary digest list. This class is capable of loading Nuix binary digest lists into memory, modify digests present (add, remove, import) and saving out a new Nuix binary digest list file.

Version 1.14.0

29 Aug 17:20
Compare
Choose a tag to compare

Added functionality to FormatUtility class:

  • Added convenience method tokenizeText(input) which uses Lucene's StandardTokenizer to tokenize arbitrary input text.
  • Added convenience method getHtmlText(htmlSource) which uses Jsoup to parse HTML source input and return text.

Version 1.13.0

28 Aug 17:25
Compare
Choose a tag to compare

Added ProfileDigester class which provides functionality related to generating an MD5 digest for an item based on a concatenation of the values yielded by a MetadataProfile for a given item (and optionally the item's content text). Provides several key methods:

See Test_ProfileDigester.rb for example usage.

Version 1.12.0

19 Aug 22:07
Compare
Choose a tag to compare

Updated PdfUtility with a couple new methods:

  • createWaterMarkedPdf : Given a source PDF file, generates a new copy of that file with a water mark applied.
  • waterMarkPrintedImages : For each provided Nuix item this method exports the PDF of that item, uses createWaterMarkedPdf to apply a water mark and then imports the water marked PDF back in to Nuix as the new printed image for that item.

Version 1.11.0