Skip to content

Version 1.26.0

Compare
Choose a tag to compare
@JuicyDragon JuicyDragon released this 10 Sep 23:44
· 3 commits to master since this release
40b0d5b

Enhancements to CustomExporter and PlaceholderResolver (which it relies on):

  • Added a few new default placeholders associated with date time (such as when exported was started)
  • CustomExporter callbacks for forwarding progress and logging to elsewhere
  • Support for setSkipNativesSlipsheetedItems
  • Fix for situation where extension could be doubled up on final file
  • Support for dropping zero byte text files produced by Nuix when product TEXT is exported, Note this needs 2 switches passed to Nuix at startup to even make zero byte exported text possible:
    • -Dnuix.export.text.outputMetadataWhenNoText=FALSE
    • -Dnuix.processing.itemPlaceholders.documentHasNoText=""
  • Support for skipping export of item which Nuix determines it cannot reach the binary for (as determined by whether item.getBinary.getBinaryData.getLength throws an exception or not).