Version 6.2.2
Related information
New features
This release contains the following new features and enhancements:
-
A new Auto-map comparison strategy option has been introduced to improve column mapping between SQL and EBX. Users can now configure how the add-on compares EBX fields with SQL columns by selecting from case-sensitive or case-insensitive strategies based on labels, names, or a combination of these with data types. This enhancement allows for more flexible and accurate automatic mapping behavior when importing from, or exporting to an SQL data source.
-
The ability to download records that include invalid data and were not imported has been added to the Import SQL service. The downloaded records are provided in a CSV or Excel file, depending on the administrator’s configuration. This feature helps users quickly locate and correct errors in the failed records. Edits can be made directly in the downloaded file, which can then be re-imported to insert the repaired records. The download link appears only after an import operation if one or more records could not be imported due to validation errors. Administrators can enable this feature in: Administration > Integration > TIBCO EBX® Data Exchange Add-on (New) > Additional configuration > Default option values > Import/Export table (SQL). Administrators can also define the file format (CSV or EXCEL) for the download.
-
The import simulation feature is now available when using the Import SQL service. This allows users to find and fix issues before importing. By default, you can download a file that includes records flagged with the following during the import simulation: import blocking errors, record blocking errors, non-blocking errors, warnings, or information-level messages. Administrators can enable/disable download of the simulation results file in: Administration > Integration > TIBCO EBX® Data Exchange Add-on (New) > Additional configuration > Default option values > Import/Export table (SQL).
-
The Combine multiple fields transformation function now accepts input from multi-valued complex groups during export operations. When used in combination with the option to Output to multiple target records, this functionality allows you take an object like an address group and export values to separate records. This is particularly useful when exporting to an SQL data source that does not support multi-valued fields.
-
The option to Include computed values has been added to the Export Excel service when run from the dataset level. For any existing templates, this option will default to enabled.
-
Export operations initiated at the table level now respect the active EBX® view of the table. Only fields visible in the selected view will be included in the exported output. This allows users to control the scope of exported data by configuring views to include only relevant fields. Dataset-level exports remain unchanged and continue to include all fields by default. Metadata fields from EBX®, such as creator, last updater, and Team Up ratings or comments, can now be exported—provided they are included in the selected view.
-
When exporting, the Result page now includes detailed statistics about the export operation. This ensures a consistent experience whether the operation is run as a background task or in real time.
-
The following enhancements have been made to improve clarity and consistency in labels across import-related screens:
-
Simulation screen and add-on default options labels: The label Download error file has been updated to Download flagged records to better reflect the contents of the file. Administrators can configure availability of the download option using the Download records flagged in simulation property in the add-on's default options.
-
Import Result screen and add-on default option labels: The label Click to download the file containing invalid data has been changed to Download records that failed to import. Administrators can configure availability of the download option using the Download invalid records property in the add-on's default options. Previously, this property was called Download file of invalid data.
-
Changes in Functionality
This release contains no changes in functionality.
Changes to third-party libraries
This release contains no changes to third-party libraries.
Closed Issues
This release contains the following closed issues:
Known Issues
This release contains the following known issues:
-
Fonts are no longer shipped with the JDK 11. Font rendering in Java 11 JVMs now uses pre-installed operating system fonts. This can cause issues in Linux environments when exporting Excel files. As a workaround, you can install the
fontconfigpackage. -
When using the SQL export service and exporting to a PostgreSQL database, the option to export to a view is not supported.
-
When exporting to SQL with TDV, if any error occurs, the operation is cancelled.
-
Due to a limitation in Excel, long fields with the number data type display all numbers past the 16th place as a 0.
-
Importing and exporting SQL: Read and write is not possible with the Timestamp data type with MS SQL Server.
-
Configuring a schema using the JNDI configuration in your web server is not supported.
-
When creating a custom transformation function, you must use a predefined data type for its input and output fields.