ETL Framework Changelog

What's new in ETL Framework 4.0-31374

Mar 2, 2015
  • Changed:
  • Improved support for proxy servers
  • Significantly improved SQL parsing for all supported SQL dialects
  • Improved support for key-value denormalization transformation
  • Latest Java version is bundled with Windows distro
  • Bug fixes and performance improvements
  • Added:
  • Support for NTLM-based authentication
  • Ability to merge CSV files of the different structure
  • Ability to stream data when performing merge of the CSV files

New in ETL Framework 4.0-29149 (Feb 17, 2015)

  • Changed:
  • Improved performance and reliability of the ETL engine by adding context-sensitive optimizer
  • Improved support for Web services
  • Improved support for XML files
  • Improved support for JSON files
  • Improved support for Excel XLSX files
  • Improved logging and error reporting
  • Bug fixes and stability improvements
  • Added:
  • Support for SOAP-based Web Services
  • Ability to configure connections for the REST and SOAP Web Services
  • Ability to execute XQuery on XML-based datasets
  • Ability to perfrom normaliztion and denormalization of the key-value datasets
  • Ability to execute JavaScript anywhere in the ETL scenario
  • Ability to populate dataset inline, from any fragment of text, using given connector, such as JSON, XML, etc
  • Ability to tokenize connection URL and Properties as well as task variables
  • Ability to use pre-defined header and footer in the File Merge task
  • Ability to pass configuration file name as a command line argument
  • New examples

New in ETL Framework 3.3 (Apr 20, 2013)

  • Improved ETL syntax validation
  • Please see ETL scenario language specification for more details.
  • Added support for long column names to the ETL framework
  • Added ability to add column to the destination on the fly and calculate its value using JavaScript or SQL
  • Added ability to use destination variable names in the JavaScript to calculate a variable value
  • Improved connectors for Excel, text and XML files.
  • Improved error validation, added new data types, improved handing of the not standard formatting.
  • Improved performance of the ETL engine
  • Added examples for all new ETL features
  • Added Windows and OS/X installers
  • Bug fixes

New in ETL Framework 3.2 (Apr 20, 2013)

  • Improved auto-update functionality
  • Test suite and build scripts added to the ETL Framework Eclipse project
  • Fixed a bug which was causing automatic transaction commit in some cases

New in ETL Framework 3.1 (Apr 20, 2013)

  • Added automatic index creation when creating a table by pattern from the source
  • Added manual transaction management (commit intervals)
  • Added manual column mapping (column with a name abc can be mapped to the column with a name xyz)
  • Added new examples
  • Bug fixes