How to Join Data from Two Partitions of a Multifile in Abinitio..!

How to Join Data from Two Partitions of a Multifile in Abinitio..!
Hi,
I have a multifile having 8 partitions.
I want to join partition 1 and partition4 data.
Could someone explain the approach for the above requirement?
Thanks in advance,
Srikanth

Showing Answers 1 - 15 of 15 Answers

Obaid

  • Jun 15th, 2015
 

you can read the individual serial files from partition 1 and partition4 by providing absolute path and perform the join

  Was this answer useful?  Yes

DCHK

  • Jul 28th, 2015
 

You may use a Broadcast component to read your multifile having 8 partitions which would give you data partition flows from 0-7, which you can feed to a join component.

  Was this answer useful?  Yes

gouse

  • Oct 26th, 2015
 

Actually I have small doubt if we use broadcast it arbitrarily combines partitions it squares input data than how can you join to those required partitions? How can we retrieve particular partition?

  Was this answer useful?  Yes

irfan

  • Jan 13th, 2016
 

I guess, you should use this flow i/p -> FBE(this_partition() ==4 -> JOIN

  Was this answer useful?  Yes

Devendra Majhi

  • Mar 19th, 2016
 

Use PBE to get partition 1 and 4 in seperate flows using this_partition=1 nd 4. Then use join

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions