Skip to content

Python v1.2

Latest
Compare
Choose a tag to compare
@sluke-nuix sluke-nuix released this 25 Sep 13:19
· 1 commit to main since this release
  • Add a debug mode by using nuix_nli_lib.configs["debug"] = True. This will provide more output and won't delete the temporary files at the end
  • Fix some naming issues for files to make the outputs more compatible with Windows operating systems
  • Add configurable delimiter to the CSVEntry to support non-comma delimited file formats
  • Protect against mappings that have an empty or null named field by replacing them with generic field names
  • Add a ZIP archive of just the nuix_nli_lib module so it can be deployed to existing environments.

Full Changelog: Python_v1.1...Python_v1.2