The July 2025 release of Data Integration includes the following new features and enhancements.
Custom row delimiters
You can configure custom row delimiters in Source and Lookup transformations. Custom row delimiters give you more flexibility when parsing rows in flat files.
For more information, see Transformations
Field metadata for flat file objects
When you use a flat file connection in a Source, Lookup, or Target transformation, you can use a file on your local machine to generate field metadata for single object and command sources, and for single object targets.
For more information, see Transformations.
Flat file targets created at run time
When you create a flat file target at run time, you can configure the target field order.
Intelligent structure models
This release includes the following enhancements for intelligent structure models:
•You can parse PDF files when you create an intelligent structure model using the custom AI engine.
•You can parse image files when you create an intelligent structure model using the CLAIRE engine.
For more information, see Components.
Mapping task details
The Task Details page for a mapping task includes the following enhancements:
•The page displays advanced properties from source, target, and lookup connections.
•If a Target transformation uses update or upsert as the target operation, the page displays the update columns. Previously, you needed to edit the mapping task to view the update columns.
Retrieving connection credentials from a secrets manager
When your organization uses a secrets manager to store sensitive connection credentials, and you create or edit a mapping or task, you can configure the connections in the mapping or task to retrieve the sensitive credentials from the secrets manager.
For more information, see Data Integration Connections.
Source control
When you undo the checkout of a source-controlled asset, you can select a different connection or runtime environment to use for the asset.
For more information, see Asset Management.
Special characters in field names
You can configure a mapping to preserve some special characters in the source and target field names. When the mapping preserves special characters, the source and target field names can include any character except the following characters: . + - = ~ ` ! $ % ^ & * ( ) [ ] { } ' \ " ; : / ? , < > | \t \r \n
The mapping replaces the listed characters with an underscore (_). Previously, the mapping replaced all characters except alphanumeric characters and underscores.