Table of Contents

Search

  1. Preface
  2. Part 1: Version 10.4.1
  3. Part 2: Version 10.4.0
  4. Part 3: Version 10.2.2
  5. Part 4: Version 10.2.1
  6. Part 5: Version 10.2
  7. Part 6: Version 10.1.1
  8. Part 7: Version 10.1

Release Guide

Release Guide

PowerCenter

PowerCenter

This section describes new PowerCenter features in version 10.4.0.

HTTP Transformation

Effective in version 10.4.0, the HTTP transformation also includes the following methods for the final URL construction: SIMPLE PATCH, SIMPLE PUT, and SIMPLE DELETE.
You can perform a partial update and the input data does not need to be a complete body with the SIMPLE PATCH method. You can use it to update data from input port as a patch to the resource.
You can perform a complete replacement of a document with the SIMPLE PUT method. You can create data from an input port as a single block of data to the HTTP server. If the data already exists, you can update data from an input port as a single block of data to the HTTP server.
You can delete data from the HTTP server with the SIMPLE DELETE method.
You can also parameterize the base URL for the HTTP transformation.
Previously, you could specify the final URL construction only for the following two methods: SIMPLE GET and SIMPLE POST. You also could not parameterize the final URL for the HTTP transformation.
For more information, see the "HTTP transformation" chapter in the
PowerCenter 10.4.0 Transformation Guide
.

0 COMMENTS

We’d like to hear from you!