Table of Contents

Search

  1. Preface
  2. Transformations
  3. Source transformation
  4. Target transformation
  5. Access Policy transformation
  6. B2B transformation
  7. Aggregator transformation
  8. Cleanse transformation
  9. Data Masking transformation
  10. Data Services transformation
  11. Deduplicate transformation
  12. Expression transformation
  13. Filter transformation
  14. Hierarchy Builder transformation
  15. Hierarchy Parser transformation
  16. Hierarchy Processor transformation
  17. Input transformation
  18. Java transformation
  19. Java transformation API reference
  20. Joiner transformation
  21. Labeler transformation
  22. Lookup transformation
  23. Machine Learning transformation
  24. Mapplet transformation
  25. Normalizer transformation
  26. Output transformation
  27. Parse transformation
  28. Python transformation
  29. Rank transformation
  30. Router transformation
  31. Rule Specification transformation
  32. Sequence Generator transformation
  33. Sorter transformation
  34. SQL transformation
  35. Structure Parser transformation
  36. Transaction Control transformation
  37. Union transformation
  38. Velocity transformation
  39. Verifier transformation
  40. Web Services transformation

Transformations

Transformations

Target transformation

Target transformation

Use the Target transformation to define the target connection and target object for the mapping. You can use one or more Target transformations in a mapping.
Based on the connection type, you can define advanced target options, specify to use a new or existing target object, or configure update columns for the target. The target options that appear also depend on the connection type that you select. For example, when you select a Salesforce connection, you can configure success and error log details.
You can use file, database, and
Data Integration
connections in the Target transformation.
The following properties are available for the Target transformation:
  • General. Defines the transformation name and a description.
  • Incoming Fields. Includes the field rules that define the data written to the target. Allows a preview of target fields.
  • Target. Defines the target connection, target object, and advanced options. Based on the connection type, you can create a new target, use an existing target, or configure update columns.
  • Target Fields. Lists the fields in the target objects. Optionally add or remove fields. You can also edit target field metadata.
  • Field Mapping. Defines the field mappings from the upstream transformation to the target. Field mapping is only applicable when using an existing target object.

Target example

You might work with a flat file target in a mapping that reads Salesforce user account data but excludes user preference data. A Source transformation reads data from the Account object and the related User object.
The Target transformation uses a flat file connection that writes to the following directory:
C:\UserAccountData
. The default All Fields rule includes all incoming fields. You create a Named Field rule to exclude the unnecessary user preferences fields.
When you select
Create New Target at Runtime
, you enter the following name for the target file: SF_UserAccount_%d%m%y.csv.
The
mapping
task creates a target file named SF_UserAccount_291116.csv in the
C:\UserAccountData
directory when the task runs on November 29, 2016. The target file includes all fields from the Salesforce Account and User objects except for the user preferences fields specified in the Named Fields rule.

0 COMMENTS

We’d like to hear from you!