News
Write different types of record in one output file
06 April 2024
As of this version, the TextFile Adapter supports different record types output to a file on the WRITE side.
Support for direct access to BLOB / BINARY fields
07 January 2024
As of this version, BINARY database fields such as VARBINARY, LONGBLOB, MEDIUMBLOB, TINYBLOB, IMAGE and BLOB can now also be processed directly. Previously, such fields were always dealt with by a downstream call of the associated database driver. However, in some situations this was not always possible, for example where the primary key differed, and this resulted in processing taking considerably longer. By directly processing BLOB / BINARY fields there is a significant increase in processing speed. What’s more, SQL INSERT / UPDATE / DELETE scripts can now be generated for these BLOB or BINARY database fields.
New Adapters available for HTTP / HTTPS REST API and JSON
20 May 2023
With this release, two more new powerful adapters are available.
The JSON data format is also used for REST API WebService calls. Therefore, the two new Adapters complement each other perfectly in FlowHeater. In addition, the REST API Adapter can process XML and other data formats as well.
The JSON data format is also used for REST API WebService calls. Therefore, the two new Adapters complement each other perfectly in FlowHeater. In addition, the REST API Adapter can process XML and other data formats as well.