Table of Contents

Search

  1. Preface
  2. Workflow Manager
  3. Workflows and Worklets
  4. Sessions
  5. Session Configuration Object
  6. Tasks
  7. Sources
  8. Targets
  9. Connection Objects
  10. Validation
  11. Scheduling and Running Workflows
  12. Sending Email
  13. Workflow Monitor
  14. Workflow Monitor Details
  15. Session and Workflow Logs
  16. Appendix A: Session Properties Reference
  17. Appendix B: Workflow Properties Reference

Workflow Basics Guide

Workflow Basics Guide

Integration Service Handling for File Targets

Integration Service Handling for File Targets

When you configure a session to write to file targets, you must correctly configure the flat file target definitions and the relational target definitions. The Integration Service loads data to flat files based on the following criteria:
  • Write to fixed-width flat files from relational target definitions.
    The Integration Service adds spaces to target columns based on transformation datatype.
  • Write to fixed-width flat files from flat file target definitions.
    You must configure the precision and field width for flat file target definitions to accommodate the total length of the target field.
  • Generate flat file targets by transaction.
    You can configure the file target to generate a separate output file for each transaction.
  • Write empty fields for unconnected ports in fixed-width file definitions.
    You can configure the mapping so that the Integration Service writes empty fields for unconnected ports in a fixed-width flat file target definition.
  • Write multibyte data to fixed-width files.
    You must configure the precision of string columns to accommodate character data. When writing shift-sensitive data to a fixed-width flat file target, the Integration Service adds shift characters and spaces to meet file requirements.
  • Null characters in fixed-width files.
    The Integration Service writes repeating or non-repeating null characters to fixed-width target file columns differently depending on whether the characters are single-byte or multibyte.
  • Character set.
    You can write ASCII or Unicode data to a flat file target.
  • Write metadata to flat file targets.
    You can configure the Integration Service to write the column header information when you write to flat file targets.

0 COMMENTS

We’d like to hear from you!