New features
Application integration
Feature | Description |
---|---|
New CSV Parser and Writer components in Routes | The new cCsvParser and cCsvWriter components are now available in Routes to parse and write data in CSV format. For more information, see cCsvParser and cCsvWriter. |
New cKafkaCommit component in Routes | The new cKafkaCommit component is now available in Routes to trigger commit to Apache Kafka message broker. For more information, see cKafkaCommit. |
Kafka component optimization in Routes: simplified usage for schema registry | Any Route involving cKafka automatically configures appropriate dependencies to support message (de)serialization, conversion and validation. |
Support for using Studio resource to validate data in cJsonValidator and cXmlValidator | You can now use schema from the Studio repository in the cJsonValidator and cXmlValidator components to validate data against. |
Simplification of aggregation strategy in multiple Route components |
A list of predefined aggregation strategies is now available in the cAggregate, cMulticast, cSplitter, and cRecipientList components:
|
Big Data
Feature | Description |
---|---|
Support for local timezone in tFileInputParquet and tFileOutputParquet | You can now choose to use your local timezone, rather than the UTC timezone,
for the following Parquet components in the Advanced
settings tab of your Spark Batch Jobs:
|
Data Integration
Feature | Description |
---|---|
Support for IBM DB2 version 13 in Standard Jobs | Talend Studio now supports IBM DB2 version 13 in Standard Jobs. |
New option in Snowflake components to define custom domain URLs in Standard Jobs | The new option URL suffix has been added to the Snowflake components and allows you to enter a Snowflake custom domain URL of your choice. |
Enhanced error handling for tELTSAPMap and tSAPTableInput in Standard Jobs | The new options Timeout for the data file polling and Abort background Job and remove generated files on error have been added to the tELTSAPMap and tSAPTableInput components to improve the component behavior if it catches an exception at runtime. |