Informatica Intelligent Cloud ServicesData Integration includes the following new features and enhancements in this release.
You can also watch the following video to learn about some of the new features and enhancements in the February 2024 release:
Data Integration REST API
You can include the federated ID in an fwConfig GET request so that the response includes the project and folder location of the fixed-width file format. Use the following URI: /api/v2/fwConfig/frs/<id>
For more information, see REST API Reference.
Hierarchical schemas based on ZIP files
You can upload a ZIP file that contains one or more XSD schema files to create a hierarchical schema.
When you import assets that contain in-out parameters and sequence generators, you can choose to either reset, retain, or overwrite the persisted value.
For more information about importing assets, see Asset Management.
Output group settings for intelligent structure models
When you create an intelligent structure model based on an XML or XSD file, you can configure how Intelligent Structure Discovery defines the output groups before you discover the structure of the file. You can choose from the following options:
•Default output groups. Can generate normalized or denormalized output groups. This method was used for all intelligent structure models prior to this release.
•Normalized hierarchy relationships. Generates output groups for each repeating element. This method is generally faster and uses less memory than generating default output groups.
•Entity relationships. Generates output groups for each repeating element and for complex data types. This method creates the most compact representation of complex data types.
These new options replicate the options available in PowerCenter to help you migrate assets from PowerCenter to Informatica Intelligent Cloud Services.
Support for Microsoft Fabric OneLake Connector as a source in file listeners
File listener now supports Microsoft Fabric OneLake connector as a source.
For more information about configuring a file listener with a Microsoft Fabric OneLake connector as a source, see Components.
Taskflows
Taskflows include the following new features and enhancements:
•You can use the unpublish resource to unpublish multiple taskflows simultaneously and save time.
To unpublish multiple taskflows simultaneously, use a POST request with the following URL:
For more information about using the unpublish resource, see Taskflows.
•When you use an authenticated proxy server to run the ParamSetCli commands, you can use an encrypted password for the PROXYPWD parameter value in the restenv.properties file.
For more information about using an encrypted proxy password for proxy server authentication in the ParamSetCli utility, see REST API Reference.