简体   繁体   中英

Flat files in Informatica PowerCenter

There are 2 flat files. These files has no common column. Flat file 1 has 10 records, Flat file 2 has 5 records. I want 4 different targets :

  1. 10 records from file 1
  2. 5 records from file 2
  3. 15 records from both the files
  4. 50 records (like cross join)

I am attaching a hand-drawn picture.

  • 10 records from file 1 - Straight from SQ 1 to target 1 5 records

  • 5 from file 2 - Straight from SQ 2 to target 2

  • 15 records from both the files - UNION SQ1 and SQ2 and push to target 3

  • 50 records (like cross join) - Use a joiner to join SQ1 and SQ2 and push to target 4. Join condition will be a dummy column with same value.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM