Skip to content

4.1.0

Latest
Compare
Choose a tag to compare
@jim-lightfoot jim-lightfoot released this 28 Apr 21:38
27f8f04
  • New features in JTran

    • Functions
      • ensureendswith - (New) Returns a string that endswith the given substring only appending it if it does not currently end with that value.
    • Elements
      • #outputvariable - (New) Output variables allows you to generate a value that the transform caller can pick up
    • Other
      • Allow a POCO as the input source
      • Add ability to output to multiple locations e.g. files
      • Output variables event handler. Signals an output variable creation/update.
      • Changed the Arguments passed in from the TransformerContext to load in realtime instead of pre-loaded. This allows a custom dictionary to be implemented from a store, e.g. KeyVault
  • New features in JTran.Console

    • Output to multiple files (splitting)