Skip to content

Version 1.18.0

Compare
Choose a tag to compare
@JuicyDragon JuicyDragon released this 11 Dec 18:08
· 45 commits to master since this release

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 😄